#CCCA9F

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

Shades of Tahuna Sands #CCCA9F

Tints of Tahuna Sands #CCCA9F

Color information

#CCCA9F (or 0xCCCA9F) is unknown color: approx Tahuna Sands. HEX triplet: CC, CA and 9F. RGB value is (204,202,159). Sum of RGB (Red+Green+Blue) = 204+202+159=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 159 (62.5% from 255 or 28.14% from 565); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCA9F is #333560. Grayscale: #C5C5C5. Windows color (decimal): -3356001 or 10472140. OLE color: 10472140.

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

Color convert

RGB204202159-
CMYK00.010.220.2
HSL57.33º30.61%71.18%-
HSV(B)57.33º22.06%80%-
XYZ52.2857.5841.16-
YUV197.7106.16132.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.11%
GREEN value IS 202 (79.30% from 255) = 35.75%
BLUE value IS 159 (62.5% from 255) = 28.14%
R=36.11%
G=35.75%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420215900.010.220.257.3330.6171.18
HexCCCA9F011614391f47
Octal3143122370126247137107
Binary110011001100101010011111011011010100111001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCA9F; }

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

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

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

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

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

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

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

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