Html Css Color HEX #CAC198 Sisal

📋 copy color: '#CAC198'

red 202 ◦ green 193 ◦ blue 152

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

Shades of Sisal #CAC198

Tints of Sisal #CAC198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.79%

R = 36.93%
G = 35.28%
B = 27.79%

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

#CAC198 (or 0xCAC198) is known color: Sisal. HEX triplet: CA, C1 and 98. RGB value is (202,193,152). Sum of RGB (Red+Green+Blue) = 202+193+152=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 193 (75.78% from 255 or 35.28% from 547); Blue value is 152 (59.77% from 255 or 27.79% from 547); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC198 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC198 is #353E67. Grayscale: #BFBFBF. Windows color (decimal): -3489384 or 10011082. OLE color: 10011082.

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

Color convert

RGB 202 193 152 -
CMYK 0 0.04 0.25 0.21
HSL 49.2º 0.32% 0.69% -
HSV(B) 49.2º 0.25% 0.79% -
XYZ 49.09 52.96 37.34 -
YUV 191.02 105.98 135.83 -
System Red Green Blue C M Y K H S L
Decimal 202 193 152 0 0.04 0.25 0.21 49.2 0.32 0.69
Hex CA C1 98 0 4 19 15 31 20 45
Octal 312 301 230 0 4 31 25 61 40 105
Binary 11001010 11000001 10011000 0 100 11001 10101 110001 100000 1000101

Color Harmonies of #CAC198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC198

Black with #CAC198

Text Example


Text Example

White with #CAC198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC198; }

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

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

background-color css

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

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

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

border-color css

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

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

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