Html Css Color HEX #CAC59B Tahuna Sands

📋 copy color: '#CAC59B'

red 202 ◦ green 197 ◦ blue 155

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

Shades of Tahuna Sands #CAC59B

Tints of Tahuna Sands #CAC59B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.98%

R = 36.46%
G = 35.56%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CAC59B (or 0xCAC59B) is known color: Tahuna Sands. HEX triplet: CA, C5 and 9B. RGB value is (202,197,155). Sum of RGB (Red+Green+Blue) = 202+197+155=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 197 (77.34% from 255 or 35.56% from 554); Blue value is 155 (60.94% from 255 or 27.98% from 554); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC59B is #353A64. Grayscale: #C1C1C1. Windows color (decimal): -3488357 or 10208714. OLE color: 10208714.

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

Color convert

RGB 202 197 155 -
CMYK 0 0.02 0.23 0.21
HSL 53.62º 0.31% 0.7% -
HSV(B) 53.62º 0.23% 0.79% -
XYZ 50.24 54.86 38.95 -
YUV 193.71 106.16 133.92 -
System Red Green Blue C M Y K H S L
Decimal 202 197 155 0 0.02 0.23 0.21 53.62 0.31 0.7
Hex CA C5 9B 0 2 17 15 36 1F 46
Octal 312 305 233 0 2 27 25 66 37 106
Binary 11001010 11000101 10011011 0 10 10111 10101 110110 11111 1000110

Color Harmonies of #CAC59B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC59B

Black with #CAC59B

Text Example


Text Example

White with #CAC59B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC59B; }

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

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

background-color css

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

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

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

border-color css

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

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

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