Html Css Color HEX #CAC59D Tahuna Sands

📋 copy color: '#CAC59D'

red 202 ◦ green 197 ◦ blue 157

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

Shades of Tahuna Sands #CAC59D

Tints of Tahuna Sands #CAC59D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 28.24%

R = 36.33%
G = 35.43%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#CAC59D (or 0xCAC59D) is known color: Tahuna Sands. HEX triplet: CA, C5 and 9D. RGB value is (202,197,157). Sum of RGB (Red+Green+Blue) = 202+197+157=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 197 (77.34% from 255 or 35.43% from 556); Blue value is 157 (61.72% from 255 or 28.24% from 556); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC59D is #353A62. Grayscale: #C2C2C2. Windows color (decimal): -3488355 or 10339786. OLE color: 10339786.

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

Color convert

RGB 202 197 157 -
CMYK 0 0.02 0.22 0.21
HSL 53.33º 0.3% 0.7% -
HSV(B) 53.33º 0.22% 0.79% -
XYZ 50.41 54.92 39.84 -
YUV 193.94 107.16 133.75 -
System Red Green Blue C M Y K H S L
Decimal 202 197 157 0 0.02 0.22 0.21 53.33 0.3 0.7
Hex CA C5 9D 0 2 16 15 35 1E 46
Octal 312 305 235 0 2 26 25 65 36 106
Binary 11001010 11000101 10011101 0 10 10110 10101 110101 11110 1000110

Color Harmonies of #CAC59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC59D

Black with #CAC59D

Text Example


Text Example

White with #CAC59D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC59D; }

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

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

background-color css

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

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

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

border-color css

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

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

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