#CAC59A

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

Shades of Tahuna Sands #CAC59A

Tints of Tahuna Sands #CAC59A

Color information

#CAC59A (or 0xCAC59A) is unknown color: approx Tahuna Sands. HEX triplet: CA, C5 and 9A. RGB value is (202,197,154). Sum of RGB (Red+Green+Blue) = 202+197+154=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 197 (77.34% from 255 or 35.62% from 553); Blue value is 154 (60.55% from 255 or 27.85% from 553); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC59A is #353A65. Grayscale: #C1C1C1. Windows color (decimal): -3488358 or 10143178. OLE color: 10143178.

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

Color convert

RGB202197154-
CMYK00.020.240.21
HSL53.75º31.17%69.8%-
HSV(B)53.75º23.76%79.22%-
XYZ50.1654.8238.51-
YUV193.59105.66134-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.53%
GREEN value IS 197 (77.34% from 255) = 35.62%
BLUE value IS 154 (60.55% from 255) = 27.85%
R=36.53%
G=35.62%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219715400.020.240.2153.7531.1769.8
HexCAC59A021815361f46
Octal3123052320230256637106
Binary1100101011000101100110100101100010101110110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC59A; }

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

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

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

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

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

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

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

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