#CCC99D

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

Shades of Tahuna Sands #CCC99D

Tints of Tahuna Sands #CCC99D

Color information

#CCC99D (or 0xCCC99D) is unknown color: approx Tahuna Sands. HEX triplet: CC, C9 and 9D. RGB value is (204,201,157). Sum of RGB (Red+Green+Blue) = 204+201+157=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 201 (78.91% from 255 or 35.77% from 562); Blue value is 157 (61.72% from 255 or 27.94% from 562); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC99D is #333662. Grayscale: #C5C5C5. Windows color (decimal): -3356259 or 10340812. OLE color: 10340812.

HSL color Cylindrical-coordinate representation of color #CCC99D: hue angle of 56.17º degrees, saturation: 0.32, 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 #CCC99D is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB204201157-
CMYK00.010.230.2
HSL56.17º31.54%70.78%-
HSV(B)56.17º23.04%80%-
XYZ51.8757.0440.18-
YUV196.88105.49133.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.30%
GREEN value IS 201 (78.91% from 255) = 35.77%
BLUE value IS 157 (61.72% from 255) = 27.94%
R=36.30%
G=35.77%
B=27.94%

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
Decimal20420115700.010.230.256.1731.5470.78
HexCCC99D011714382047
Octal3143112350127247040107
Binary1100110011001001100111010110111101001110001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC99D; }

 p { color: rgb(204,201,157); }

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

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

 a { background-color: rgb(204,201,157); }

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

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

 span { border-color: rgb(204,201,157); }

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