#CCC397

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

Shades of Tahuna Sands #CCC397

Tints of Tahuna Sands #CCC397

Color information

#CCC397 (or 0xCCC397) is unknown color: approx Tahuna Sands. HEX triplet: CC, C3 and 97. RGB value is (204,195,151). Sum of RGB (Red+Green+Blue) = 204+195+151=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 195 (76.56% from 255 or 35.45% from 550); Blue value is 151 (59.38% from 255 or 27.45% from 550); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC397 is #333C68. Grayscale: #C0C0C0. Windows color (decimal): -3357801 or 9946060. OLE color: 9946060.

HSL color Cylindrical-coordinate representation of color #CCC397: hue angle of 49.81º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCC397 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB204195151-
CMYK00.040.260.2
HSL49.81º34.19%69.61%-
HSV(B)49.81º25.98%80%-
XYZ5054.137.09-
YUV192.68104.48136.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.09%
GREEN value IS 195 (76.56% from 255) = 35.45%
BLUE value IS 151 (59.38% from 255) = 27.45%
R=37.09%
G=35.45%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419515100.040.260.249.8134.1969.61
HexCCC397041A14322246
Octal3143032270432246242106
Binary110011001100001110010111010011010101001100101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC397; }

 p { color: rgb(204,195,151); }

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

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

 a { background-color: rgb(204,195,151); }

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

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

 span { border-color: rgb(204,195,151); }

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