#CCC8A0

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

Shades of Tahuna Sands #CCC8A0

Tints of Tahuna Sands #CCC8A0

Color information

#CCC8A0 (or 0xCCC8A0) is unknown color: approx Tahuna Sands. HEX triplet: CC, C8 and A0. RGB value is (204,200,160). Sum of RGB (Red+Green+Blue) = 204+200+160=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 200 (78.52% from 255 or 35.46% from 564); Blue value is 160 (62.89% from 255 or 28.37% from 564); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC8A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC8A0 is #33375F. Grayscale: #C4C4C4. Windows color (decimal): -3356512 or 10537164. OLE color: 10537164.

HSL color Cylindrical-coordinate representation of color #CCC8A0: hue angle of 54.55º degrees, saturation: 0.3, 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 #CCC8A0 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB204200160-
CMYK00.020.220.2
HSL54.55º30.14%71.37%-
HSV(B)54.55º21.57%80%-
XYZ51.956.6841.46-
YUV196.64107.33133.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.17%
GREEN value IS 200 (78.52% from 255) = 35.46%
BLUE value IS 160 (62.89% from 255) = 28.37%
R=36.17%
G=35.46%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420016000.020.220.254.5530.1471.37
HexCCC8A0021614371e47
Octal3143102400226246736107
Binary1100110011001000101000000101011010100110111111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC8A0; }

 p { color: rgb(204,200,160); }

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

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

 a { background-color: rgb(204,200,160); }

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

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

 span { border-color: rgb(204,200,160); }

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