#CAC59E

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

Shades of Tahuna Sands #CAC59E

Tints of Tahuna Sands #CAC59E

Color information

#CAC59E (or 0xCAC59E) is unknown color: approx Tahuna Sands. HEX triplet: CA, C5 and 9E. RGB value is (202,197,158). Sum of RGB (Red+Green+Blue) = 202+197+158=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 197 (77.34% from 255 or 35.37% from 557); Blue value is 158 (62.11% from 255 or 28.37% from 557); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC59E is #353A61. Grayscale: #C2C2C2. Windows color (decimal): -3488354 or 10405322. OLE color: 10405322.

HSL color Cylindrical-coordinate representation of color #CAC59E: hue angle of 53.18º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAC59E is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB202197158-
CMYK00.020.220.21
HSL53.18º29.33%70.59%-
HSV(B)53.18º21.78%79.22%-
XYZ50.4954.9640.29-
YUV194.05107.66133.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.27%
GREEN value IS 197 (77.34% from 255) = 35.37%
BLUE value IS 158 (62.11% from 255) = 28.37%
R=36.27%
G=35.37%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219715800.020.220.2153.1829.3370.59
HexCAC59E021615351d47
Octal3123052360226256535107
Binary1100101011000101100111100101011010101110101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC59E; }

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

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

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

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

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

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

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

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