#CCC497

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

Shades of Tahuna Sands #CCC497

Tints of Tahuna Sands #CCC497

Color information

#CCC497 (or 0xCCC497) is unknown color: approx Tahuna Sands. HEX triplet: CC, C4 and 97. RGB value is (204,196,151). Sum of RGB (Red+Green+Blue) = 204+196+151=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 196 (76.95% from 255 or 35.57% from 551); Blue value is 151 (59.38% from 255 or 27.40% from 551); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC497 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC497 is #333B68. Grayscale: #C1C1C1. Windows color (decimal): -3357545 or 9946316. OLE color: 9946316.

HSL color Cylindrical-coordinate representation of color #CCC497: hue angle of 50.94º 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 #CCC497 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB204196151-
CMYK00.040.260.2
HSL50.94º34.19%69.61%-
HSV(B)50.94º25.98%80%-
XYZ50.2354.5537.16-
YUV193.26104.15135.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.02%
GREEN value IS 196 (76.95% from 255) = 35.57%
BLUE value IS 151 (59.38% from 255) = 27.40%
R=37.02%
G=35.57%
B=27.40%

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
Decimal20419615100.040.260.250.9434.1969.61
HexCCC497041A14332246
Octal3143042270432246342106
Binary110011001100010010010111010011010101001100111000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC497; }

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

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

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

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

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

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

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

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