#CABA99

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

Shades of Sisal #CABA99

Tints of Sisal #CABA99

Color information

#CABA99 (or 0xCABA99) is unknown color: approx Sisal. HEX triplet: CA, BA and 99. RGB value is (202,186,153). Sum of RGB (Red+Green+Blue) = 202+186+153=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 186 (73.05% from 255 or 34.38% from 541); Blue value is 153 (60.16% from 255 or 28.28% from 541); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABA99 is #354566. Grayscale: #BBBBBB. Windows color (decimal): -3491175 or 10074826. OLE color: 10074826.

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

Color convert

RGB202186153-
CMYK00.080.240.21
HSL40.41º31.61%69.61%-
HSV(B)40.41º24.26%79.22%-
XYZ47.6749.9737.27-
YUV187.02108.8138.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.34%
GREEN value IS 186 (73.05% from 255) = 34.38%
BLUE value IS 153 (60.16% from 255) = 28.28%
R=37.34%
G=34.38%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218615300.080.240.2140.4131.6169.61
HexCABA99081815282046
Octal31227223101030255040106
Binary1100101010111010100110010100011000101011010001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABA99; }

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

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

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

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

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

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

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

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