#CAC496

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

Shades of Tahuna Sands #CAC496

Tints of Tahuna Sands #CAC496

Color information

#CAC496 (or 0xCAC496) is unknown color: approx Tahuna Sands. HEX triplet: CA, C4 and 96. RGB value is (202,196,150). Sum of RGB (Red+Green+Blue) = 202+196+150=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 196 (76.95% from 255 or 35.77% from 548); Blue value is 150 (58.98% from 255 or 27.37% from 548); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC496 is #353B69. Grayscale: #C0C0C0. Windows color (decimal): -3488618 or 9880778. OLE color: 9880778.

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

Color convert

RGB202196150-
CMYK00.030.260.21
HSL53.08º32.91%69.02%-
HSV(B)53.08º25.74%79.22%-
XYZ49.654.2436.71-
YUV192.55103.99134.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.86%
GREEN value IS 196 (76.95% from 255) = 35.77%
BLUE value IS 150 (58.98% from 255) = 27.37%
R=36.86%
G=35.77%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219615000.030.260.2153.0832.9169.02
HexCAC496031A15352145
Octal3123042260332256541105
Binary11001010110001001001011001111010101011101011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC496; }

 p { color: rgb(202,196,150); }

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

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

 a { background-color: rgb(202,196,150); }

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

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

 span { border-color: rgb(202,196,150); }

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