#CCC596

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

Shades of Tahuna Sands #CCC596

Tints of Tahuna Sands #CCC596

Color information

#CCC596 (or 0xCCC596) is unknown color: approx Tahuna Sands. HEX triplet: CC, C5 and 96. RGB value is (204,197,150). Sum of RGB (Red+Green+Blue) = 204+197+150=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 197 (77.34% from 255 or 35.75% from 551); Blue value is 150 (58.98% from 255 or 27.22% from 551); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC596 is #333A69. Grayscale: #C1C1C1. Windows color (decimal): -3357290 or 9881036. OLE color: 9881036.

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

Color convert

RGB204197150-
CMYK00.030.260.2
HSL52.22º34.62%69.41%-
HSV(B)52.22º26.47%80%-
XYZ50.3754.9736.81-
YUV193.74103.32135.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.02%
GREEN value IS 197 (77.34% from 255) = 35.75%
BLUE value IS 150 (58.98% from 255) = 27.22%
R=37.02%
G=35.75%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419715000.030.260.252.2234.6269.41
HexCCC596031A14342345
Octal3143052260332246443105
Binary11001100110001011001011001111010101001101001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC596; }

 p { color: rgb(204,197,150); }

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

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

 a { background-color: rgb(204,197,150); }

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

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

 span { border-color: rgb(204,197,150); }

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