#CAC597

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

Shades of Tahuna Sands #CAC597

Tints of Tahuna Sands #CAC597

Color information

#CAC597 (or 0xCAC597) is unknown color: approx Tahuna Sands. HEX triplet: CA, C5 and 97. RGB value is (202,197,151). Sum of RGB (Red+Green+Blue) = 202+197+151=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 197 (77.34% from 255 or 35.82% from 550); Blue value is 151 (59.38% from 255 or 27.45% from 550); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC597 is #353A68. Grayscale: #C1C1C1. Windows color (decimal): -3488361 or 9946570. OLE color: 9946570.

HSL color Cylindrical-coordinate representation of color #CAC597: hue angle of 54.12º 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 #CAC597 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB202197151-
CMYK00.020.250.21
HSL54.12º32.48%69.22%-
HSV(B)54.12º25.25%79.22%-
XYZ49.9154.7237.21-
YUV193.25104.16134.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.73%
GREEN value IS 197 (77.34% from 255) = 35.82%
BLUE value IS 151 (59.38% from 255) = 27.45%
R=36.73%
G=35.82%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219715100.020.250.2154.1232.4869.22
HexCAC597021915362045
Octal3123052270231256640105
Binary11001010110001011001011101011001101011101101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC597; }

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

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

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

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

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

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

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

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