#CAC198

Color #CAC198 Sisal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sisal #CAC198

Tints of Sisal #CAC198

Color information

#CAC198 (or 0xCAC198) is unknown color: approx 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

RGB202193152-
CMYK00.040.250.21
HSL49.2º32.05%69.41%-
HSV(B)49.2º24.75%79.22%-
XYZ49.0952.9637.34-
YUV191.02105.98135.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% 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 (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219315200.040.250.2149.232.0569.41
HexCAC198041915312045
Octal3123012300431256140105
Binary110010101100000110011000010011001101011100011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>