#CABF99

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

Shades of Sisal #CABF99

Tints of Sisal #CABF99

Color information

#CABF99 (or 0xCABF99) is unknown color: approx Sisal. HEX triplet: CA, BF and 99. RGB value is (202,191,153). Sum of RGB (Red+Green+Blue) = 202+191+153=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 191 (75% from 255 or 34.98% from 546); Blue value is 153 (60.16% from 255 or 28.02% from 546); Max value from RGB is 202 - color contains mainly: red. Hex color #CABF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABF99 is #354066. Grayscale: #BEBEBE. Windows color (decimal): -3489895 or 10076106. OLE color: 10076106.

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

Color convert

RGB202191153-
CMYK00.050.240.21
HSL46.53º31.61%69.61%-
HSV(B)46.53º24.26%79.22%-
XYZ48.7452.1237.63-
YUV189.96107.14136.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.00%
GREEN value IS 191 (75% from 255) = 34.98%
BLUE value IS 153 (60.16% from 255) = 28.02%
R=37.00%
G=34.98%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219115300.050.240.2146.5331.6169.61
HexCABF990518152f2046
Octal3122772310530255740106
Binary110010101011111110011001010111000101011011111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABF99; }

 p { color: rgb(202,191,153); }

 H1.HeaderClassName
 {
   color: #CABF99;
 }
 .AnyTagClassName
 {
   color: #CABF99;
 }
</style>
background-color css

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

 a { background-color: rgb(202,191,153); }

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

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

 span { border-color: rgb(202,191,153); }

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