Html Css Color HEX #CAC59E Tahuna Sands

📋 copy color: '#CAC59E'

red 202 ◦ green 197 ◦ blue 158

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

Shades of Tahuna Sands #CAC59E

Tints of Tahuna Sands #CAC59E

RGB

 RED value IS 202 (79.3% 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 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

#CAC59E (or 0xCAC59E) is known color: 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

RGB 202 197 158 -
CMYK 0 0.02 0.22 0.21
HSL 53.18º 0.29% 0.71% -
HSV(B) 53.18º 0.22% 0.79% -
XYZ 50.49 54.96 40.29 -
YUV 194.05 107.66 133.67 -
System Red Green Blue C M Y K H S L
Decimal 202 197 158 0 0.02 0.22 0.21 53.18 0.29 0.71
Hex CA C5 9E 0 2 16 15 35 1D 47
Octal 312 305 236 0 2 26 25 65 35 107
Binary 11001010 11000101 10011110 0 10 10110 10101 110101 11101 1000111

Color Harmonies of #CAC59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC59E

Black with #CAC59E

Text Example


Text Example

White with #CAC59E

Text Example


Text Example

HTML Codes & Css Web 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>