#CCC99C

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

Shades of Tahuna Sands #CCC99C

Tints of Tahuna Sands #CCC99C

Color information

#CCC99C (or 0xCCC99C) is unknown color: approx Tahuna Sands. HEX triplet: CC, C9 and 9C. RGB value is (204,201,156). Sum of RGB (Red+Green+Blue) = 204+201+156=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 156 (61.33% from 255 or 27.81% from 561); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC99C is #333663. Grayscale: #C4C4C4. Windows color (decimal): -3356260 or 10275276. OLE color: 10275276.

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

Color convert

RGB204201156-
CMYK00.010.240.2
HSL56.25º32%70.59%-
HSV(B)56.25º23.53%80%-
XYZ51.7957.0139.73-
YUV196.77104.99133.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.36%
GREEN value IS 201 (78.91% from 255) = 35.83%
BLUE value IS 156 (61.33% from 255) = 27.81%
R=36.36%
G=35.83%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420115600.010.240.256.253270.59
HexCCC99C011814382047
Octal3143112340130247040107
Binary1100110011001001100111000111000101001110001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC99C; }

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

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

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

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

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

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

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

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