#CABFA3

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

Shades of Sisal #CABFA3

Tints of Sisal #CABFA3

Color information

#CABFA3 (or 0xCABFA3) is unknown color: approx Sisal. HEX triplet: CA, BF and A3. RGB value is (202,191,163). Sum of RGB (Red+Green+Blue) = 202+191+163=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 163 (64.06% from 255 or 29.32% from 556); Max value from RGB is 202 - color contains mainly: red. Hex color #CABFA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABFA3 is #35405C. Grayscale: #BFBFBF. Windows color (decimal): -3489885 or 10731466. OLE color: 10731466.

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

Color convert

RGB202191163-
CMYK00.050.190.21
HSL43.08º26.9%71.57%-
HSV(B)43.08º19.31%79.22%-
XYZ49.652.4642.16-
YUV191.1112.14135.78-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.33%
GREEN value IS 191 (75% from 255) = 34.35%
BLUE value IS 163 (64.06% from 255) = 29.32%
R=36.33%
G=34.35%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20219116300.050.190.2143.0826.971.57
HexCABFA30513152b1b48
Octal3122772430523255333110
Binary11001010101111111010001101011001110101101011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABFA3; }

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

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

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

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

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

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

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

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