#CABA9E

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

Shades of Sisal #CABA9E

Tints of Sisal #CABA9E

Color information

#CABA9E (or 0xCABA9E) is unknown color: approx Sisal. HEX triplet: CA, BA and 9E. RGB value is (202,186,158). Sum of RGB (Red+Green+Blue) = 202+186+158=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 158 (62.11% from 255 or 28.94% from 546); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABA9E is #354561. Grayscale: #BBBBBB. Windows color (decimal): -3491170 or 10402506. OLE color: 10402506.

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

Color convert

RGB202186158-
CMYK00.080.220.21
HSL38.18º29.33%70.59%-
HSV(B)38.18º21.78%79.22%-
XYZ48.0950.1439.49-
YUV187.59111.3138.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.00%
GREEN value IS 186 (73.05% from 255) = 34.07%
BLUE value IS 158 (62.11% from 255) = 28.94%
R=37.00%
G=34.07%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218615800.080.220.2138.1829.3370.59
HexCABA9E081615261d47
Octal31227223601026254635107
Binary110010101011101010011110010001011010101100110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABA9E; }

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

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

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

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

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

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

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

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