#CABA92

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

Shades of Sisal #CABA92

Tints of Sisal #CABA92

Color information

#CABA92 (or 0xCABA92) is unknown color: approx Sisal. HEX triplet: CA, BA and 92. RGB value is (202,186,146). Sum of RGB (Red+Green+Blue) = 202+186+146=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 186 (73.05% from 255 or 34.83% from 534); Blue value is 146 (57.42% from 255 or 27.34% from 534); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABA92 is #35456D. Grayscale: #BABABA. Windows color (decimal): -3491182 or 9616074. OLE color: 9616074.

HSL color Cylindrical-coordinate representation of color #CABA92: hue angle of 42.86º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CABA92 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB202186146-
CMYK00.080.280.21
HSL42.86º34.57%68.24%-
HSV(B)42.86º27.72%79.22%-
XYZ47.149.7534.31-
YUV186.22105.3139.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.83%
GREEN value IS 186 (73.05% from 255) = 34.83%
BLUE value IS 146 (57.42% from 255) = 27.34%
R=37.83%
G=34.83%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218614600.080.280.2142.8634.5768.24
HexCABA92081C152b2344
Octal31227222201034255343104
Binary1100101010111010100100100100011100101011010111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABA92; }

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

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

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

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

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

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

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

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