#CCCA9E

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

Shades of Tahuna Sands #CCCA9E

Tints of Tahuna Sands #CCCA9E

Color information

#CCCA9E (or 0xCCCA9E) is unknown color: approx Tahuna Sands. HEX triplet: CC, CA and 9E. RGB value is (204,202,158). Sum of RGB (Red+Green+Blue) = 204+202+158=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 158 (62.11% from 255 or 28.01% from 564); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCA9E is #333561. Grayscale: #C5C5C5. Windows color (decimal): -3356002 or 10406604. OLE color: 10406604.

HSL color Cylindrical-coordinate representation of color #CCCA9E: hue angle of 57.39º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCCA9E is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB204202158-
CMYK00.010.230.2
HSL57.39º31.08%70.98%-
HSV(B)57.39º22.55%80%-
XYZ52.1957.5540.7-
YUV197.58105.66132.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.17%
GREEN value IS 202 (79.30% from 255) = 35.82%
BLUE value IS 158 (62.11% from 255) = 28.01%
R=36.17%
G=35.82%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420215800.010.230.257.3931.0870.98
HexCCCA9E011714391f47
Octal3143122360127247137107
Binary110011001100101010011110011011110100111001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCA9E; }

 p { color: rgb(204,202,158); }

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

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

 a { background-color: rgb(204,202,158); }

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

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

 span { border-color: rgb(204,202,158); }

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