Html Css Color HEX #CAC297 Sisal

📋 copy color: '#CAC297'

red 202 ◦ green 194 ◦ blue 151

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

Shades of Sisal #CAC297

Tints of Sisal #CAC297

RGB

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

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

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

R = 36.93%
G = 35.47%
B = 27.61%

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

#CAC297 (or 0xCAC297) is known color: Sisal. HEX triplet: CA, C2 and 97. RGB value is (202,194,151). Sum of RGB (Red+Green+Blue) = 202+194+151=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 194 (76.17% from 255 or 35.47% from 547); Blue value is 151 (59.38% from 255 or 27.61% from 547); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC297 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC297 is #353D68. Grayscale: #BFBFBF. Windows color (decimal): -3489129 or 9945802. OLE color: 9945802.

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

Color convert

RGB 202 194 151 -
CMYK 0 0.04 0.25 0.21
HSL 50.59º 0.32% 0.69% -
HSV(B) 50.59º 0.25% 0.79% -
XYZ 49.23 53.37 36.99 -
YUV 191.49 105.15 135.5 -
System Red Green Blue C M Y K H S L
Decimal 202 194 151 0 0.04 0.25 0.21 50.59 0.32 0.69
Hex CA C2 97 0 4 19 15 33 20 45
Octal 312 302 227 0 4 31 25 63 40 105
Binary 11001010 11000010 10010111 0 100 11001 10101 110011 100000 1000101

Color Harmonies of #CAC297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC297

Black with #CAC297

Text Example


Text Example

White with #CAC297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC297; }

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

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

background-color css

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

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

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

border-color css

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

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

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