Html Css Color HEX #CAC29D Sisal

📋 copy color: '#CAC29D'

red 202 ◦ green 194 ◦ blue 157

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

Shades of Sisal #CAC29D

Tints of Sisal #CAC29D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.08%

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

R = 36.53%
G = 35.08%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#CAC29D (or 0xCAC29D) is known color: Sisal. HEX triplet: CA, C2 and 9D. RGB value is (202,194,157). Sum of RGB (Red+Green+Blue) = 202+194+157=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 194 (76.17% from 255 or 35.08% from 553); Blue value is 157 (61.72% from 255 or 28.39% from 553); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC29D is #353D62. Grayscale: #C0C0C0. Windows color (decimal): -3489123 or 10339018. OLE color: 10339018.

HSL color Cylindrical-coordinate representation of color #CAC29D: hue angle of 49.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 #CAC29D is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 194 157 -
CMYK 0 0.04 0.22 0.21
HSL 49.33º 0.3% 0.7% -
HSV(B) 49.33º 0.22% 0.79% -
XYZ 49.73 53.57 39.62 -
YUV 192.17 108.15 135.01 -
System Red Green Blue C M Y K H S L
Decimal 202 194 157 0 0.04 0.22 0.21 49.33 0.3 0.7
Hex CA C2 9D 0 4 16 15 31 1E 46
Octal 312 302 235 0 4 26 25 61 36 106
Binary 11001010 11000010 10011101 0 100 10110 10101 110001 11110 1000110

Color Harmonies of #CAC29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC29D

Black with #CAC29D

Text Example


Text Example

White with #CAC29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC29D; }

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

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

background-color css

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

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

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

border-color css

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

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

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