Html Css Color HEX #CAC196 Sisal

📋 copy color: '#CAC196'

red 202 ◦ green 193 ◦ blue 150

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

Shades of Sisal #CAC196

Tints of Sisal #CAC196

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.41%

 BLUE value IS 150 (58.98% from 255) = 27.52%

R = 37.06%
G = 35.41%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CAC196 (or 0xCAC196) is known color: Sisal. HEX triplet: CA, C1 and 96. RGB value is (202,193,150). Sum of RGB (Red+Green+Blue) = 202+193+150=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 193 (75.78% from 255 or 35.41% from 545); Blue value is 150 (58.98% from 255 or 27.52% from 545); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC196 is #353E69. Grayscale: #BEBEBE. Windows color (decimal): -3489386 or 9880010. OLE color: 9880010.

HSL color Cylindrical-coordinate representation of color #CAC196: hue angle of 49.62º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAC196 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 193 150 -
CMYK 0 0.04 0.26 0.21
HSL 49.62º 0.33% 0.69% -
HSV(B) 49.62º 0.26% 0.79% -
XYZ 48.93 52.9 36.49 -
YUV 190.79 104.98 136 -
System Red Green Blue C M Y K H S L
Decimal 202 193 150 0 0.04 0.26 0.21 49.62 0.33 0.69
Hex CA C1 96 0 4 1A 15 32 21 45
Octal 312 301 226 0 4 32 25 62 41 105
Binary 11001010 11000001 10010110 0 100 11010 10101 110010 100001 1000101

Color Harmonies of #CAC196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC196

Black with #CAC196

Text Example


Text Example

White with #CAC196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC196; }

 p { color: rgb(202,193,150); }

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

background-color css

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

 a { background-color: rgb(202,193,150); }

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

border-color css

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

 span { border-color: rgb(202,193,150); }

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