#CAC397

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

Shades of Tahuna Sands #CAC397

Tints of Tahuna Sands #CAC397

Color information

#CAC397 (or 0xCAC397) is unknown color: approx Tahuna Sands. HEX triplet: CA, C3 and 97. RGB value is (202,195,151). Sum of RGB (Red+Green+Blue) = 202+195+151=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 195 (76.56% from 255 or 35.58% from 548); Blue value is 151 (59.38% from 255 or 27.55% from 548); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC397 is #353C68. Grayscale: #C0C0C0. Windows color (decimal): -3488873 or 9946058. OLE color: 9946058.

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

Color convert

RGB202195151-
CMYK00.030.250.21
HSL51.76º32.48%69.22%-
HSV(B)51.76º25.25%79.22%-
XYZ49.4653.8237.06-
YUV192.08104.82135.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.86%
GREEN value IS 195 (76.56% from 255) = 35.58%
BLUE value IS 151 (59.38% from 255) = 27.55%
R=36.86%
G=35.58%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219515100.030.250.2151.7632.4869.22
HexCAC397031915342045
Octal3123032270331256440105
Binary11001010110000111001011101111001101011101001000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC397; }

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

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

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

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

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

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

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

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