Html Css Color HEX #CAC59F Tahuna Sands

📋 copy color: '#CAC59F'

red 202 ◦ green 197 ◦ blue 159

#CAC59F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tahuna Sands #CAC59F

Tints of Tahuna Sands #CAC59F

RGB

 RED value IS 202 (79.3% from 255) = 36.2%

 GREEN value IS 197 (77.34% from 255) = 35.3%

 BLUE value IS 159 (62.5% from 255) = 28.49%

R = 36.2%
G = 35.3%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#CAC59F (or 0xCAC59F) is known color: Tahuna Sands. HEX triplet: CA, C5 and 9F. RGB value is (202,197,159). Sum of RGB (Red+Green+Blue) = 202+197+159=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 197 (77.34% from 255 or 35.30% from 558); Blue value is 159 (62.5% from 255 or 28.49% from 558); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC59F is #353A60. Grayscale: #C2C2C2. Windows color (decimal): -3488353 or 10470858. OLE color: 10470858.

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

Color convert

RGB 202 197 159 -
CMYK 0 0.02 0.21 0.21
HSL 53.02º 0.29% 0.71% -
HSV(B) 53.02º 0.21% 0.79% -
XYZ 50.58 54.99 40.75 -
YUV 194.16 108.16 133.59 -
System Red Green Blue C M Y K H S L
Decimal 202 197 159 0 0.02 0.21 0.21 53.02 0.29 0.71
Hex CA C5 9F 0 2 15 15 35 1D 47
Octal 312 305 237 0 2 25 25 65 35 107
Binary 11001010 11000101 10011111 0 10 10101 10101 110101 11101 1000111

Color Harmonies of #CAC59F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC59F

Black with #CAC59F

Text Example


Text Example

White with #CAC59F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC59F; }

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

 H1.HeaderClassName
 {
   color: #CAC59F;
 }
 .AnyTagClassName
 {
   color: #CAC59F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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