#CCC895

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

Shades of Tahuna Sands #CCC895

Tints of Tahuna Sands #CCC895

Color information

#CCC895 (or 0xCCC895) is unknown color: approx Tahuna Sands. HEX triplet: CC, C8 and 95. RGB value is (204,200,149). Sum of RGB (Red+Green+Blue) = 204+200+149=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 200 (78.52% from 255 or 36.17% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC895 is #33376A. Grayscale: #C3C3C3. Windows color (decimal): -3356523 or 9816268. OLE color: 9816268.

HSL color Cylindrical-coordinate representation of color #CCC895: hue angle of 55.64º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCC895 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB204200149-
CMYK00.020.270.2
HSL55.64º35.03%69.22%-
HSV(B)55.64º26.96%80%-
XYZ50.9856.3236.62-
YUV195.38101.83134.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.89%
GREEN value IS 200 (78.52% from 255) = 36.17%
BLUE value IS 149 (58.59% from 255) = 26.94%
R=36.89%
G=36.17%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420014900.020.270.255.6435.0369.22
HexCCC895021B14382345
Octal3143102250233247043105
Binary11001100110010001001010101011011101001110001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC895; }

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

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

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

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

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

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

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

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