#CD958A

Color #CD958A Quicksand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quicksand #CD958A

Tints of Quicksand #CD958A

Color information

#CD958A (or 0xCD958A) is unknown color: approx Quicksand. HEX triplet: CD, 95 and 8A. RGB value is (205,149,138). Sum of RGB (Red+Green+Blue) = 205+149+138=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 205 - color contains mainly: red. Hex color #CD958A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD958A is #326A75. Grayscale: #A4A4A4. Windows color (decimal): -3304054 or 9082317. OLE color: 9082317.

HSL color Cylindrical-coordinate representation of color #CD958A: hue angle of 9.85º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD958A is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB205149138-
CMYK00.270.330.20
HSL9.85º40.12%67.25%-
HSV(B)9.85º32.68%80.39%-
XYZ40.5136.3128.92-
YUV164.49113.05156.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 41.67%
GREEN value IS 149 (58.59% from 255) = 30.28%
BLUE value IS 138 (54.30% from 255) = 28.05%
R=41.67%
G=30.28%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20514913800.270.330.209.8540.1267.25
HexCD958A01B2114a2843
Octal31522521203341241250103
Binary1100110110010101100010100110111000011010010101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD958A; }

 p { color: rgb(205,149,138); }

 H1.HeaderClassName
 {
   color: #CD958A;
 }
 .AnyTagClassName
 {
   color: #CD958A;
 }
</style>
background-color css

<style>
 a { background-color: #CD958A; }

 a { background-color: rgb(205,149,138); }

 div.DivClassName
 {
   background-color: #CD958A;
 }
 .BgClassName
 {
   background-color: #CD958A;
 }
</style>
border-color css

<style>
 span { border-color: #CD958A; }

 span { border-color: rgb(205,149,138); }

 td.TdClassName
 {
   border-color: #CD958A;
 }
 .TagClassName
 {
   border-color: #CD958A;
 }
</style>