Html Css Color HEX #CAC197 Sisal

📋 copy color: '#CAC197'

red 202 ◦ green 193 ◦ blue 151

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

Shades of Sisal #CAC197

Tints of Sisal #CAC197

RGB

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

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

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

R = 37%
G = 35.35%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#CAC197 (or 0xCAC197) is known color: Sisal. HEX triplet: CA, C1 and 97. RGB value is (202,193,151). Sum of RGB (Red+Green+Blue) = 202+193+151=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 193 (75.78% from 255 or 35.35% from 546); Blue value is 151 (59.38% from 255 or 27.66% from 546); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC197 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC197 is #353E68. Grayscale: #BFBFBF. Windows color (decimal): -3489385 or 9945546. OLE color: 9945546.

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

Color convert

RGB 202 193 151 -
CMYK 0 0.04 0.25 0.21
HSL 49.41º 0.32% 0.69% -
HSV(B) 49.41º 0.25% 0.79% -
XYZ 49.01 52.93 36.91 -
YUV 190.9 105.48 135.92 -
System Red Green Blue C M Y K H S L
Decimal 202 193 151 0 0.04 0.25 0.21 49.41 0.32 0.69
Hex CA C1 97 0 4 19 15 31 20 45
Octal 312 301 227 0 4 31 25 61 40 105
Binary 11001010 11000001 10010111 0 100 11001 10101 110001 100000 1000101

Color Harmonies of #CAC197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC197

Black with #CAC197

Text Example


Text Example

White with #CAC197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC197; }

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

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

background-color css

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

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

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

border-color css

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

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

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