#CABF9A

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

Shades of Sisal #CABF9A

Tints of Sisal #CABF9A

Color information

#CABF9A (or 0xCABF9A) is unknown color: approx Sisal. HEX triplet: CA, BF and 9A. RGB value is (202,191,154). Sum of RGB (Red+Green+Blue) = 202+191+154=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 154 (60.55% from 255 or 28.15% from 547); Max value from RGB is 202 - color contains mainly: red. Hex color #CABF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABF9A is #354065. Grayscale: #BEBEBE. Windows color (decimal): -3489894 or 10141642. OLE color: 10141642.

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

Color convert

RGB202191154-
CMYK00.050.240.21
HSL46.25º31.17%69.8%-
HSV(B)46.25º23.76%79.22%-
XYZ48.8252.1538.06-
YUV190.07107.64136.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.93%
GREEN value IS 191 (75% from 255) = 34.92%
BLUE value IS 154 (60.55% from 255) = 28.15%
R=36.93%
G=34.92%
B=28.15%

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
Decimal20219115400.050.240.2146.2531.1769.8
HexCABF9A0518152e1f46
Octal3122772320530255637106
Binary11001010101111111001101001011100010101101110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABF9A; }

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

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

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

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

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

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

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

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