Html Css Color HEX #CAC097 Sisal

📋 copy color: '#CAC097'

red 202 ◦ green 192 ◦ blue 151

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

Shades of Sisal #CAC097

Tints of Sisal #CAC097

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.23%

 BLUE value IS 151 (59.38% from 255) = 27.71%

R = 37.06%
G = 35.23%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#CAC097 (or 0xCAC097) is known color: Sisal. HEX triplet: CA, C0 and 97. RGB value is (202,192,151). Sum of RGB (Red+Green+Blue) = 202+192+151=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 192 (75.39% from 255 or 35.23% from 545); Blue value is 151 (59.38% from 255 or 27.71% from 545); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC097 is #353F68. Grayscale: #BEBEBE. Windows color (decimal): -3489641 or 9945290. OLE color: 9945290.

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

Color convert

RGB 202 192 151 -
CMYK 0 0.05 0.25 0.21
HSL 48.24º 0.32% 0.69% -
HSV(B) 48.24º 0.25% 0.79% -
XYZ 48.79 52.49 36.84 -
YUV 190.32 105.81 136.33 -
System Red Green Blue C M Y K H S L
Decimal 202 192 151 0 0.05 0.25 0.21 48.24 0.32 0.69
Hex CA C0 97 0 5 19 15 30 20 45
Octal 312 300 227 0 5 31 25 60 40 105
Binary 11001010 11000000 10010111 0 101 11001 10101 110000 100000 1000101

Color Harmonies of #CAC097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC097

Black with #CAC097

Text Example


Text Example

White with #CAC097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC097; }

 p { color: rgb(202,192,151); }

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

background-color css

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

 a { background-color: rgb(202,192,151); }

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

border-color css

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

 span { border-color: rgb(202,192,151); }

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