#CABD96

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

Shades of Sisal #CABD96

Tints of Sisal #CABD96

Color information

#CABD96 (or 0xCABD96) is unknown color: approx Sisal. HEX triplet: CA, BD and 96. RGB value is (202,189,150). Sum of RGB (Red+Green+Blue) = 202+189+150=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 150 (58.98% from 255 or 27.73% from 541); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABD96 is #354269. Grayscale: #BCBCBC. Windows color (decimal): -3490410 or 9878986. OLE color: 9878986.

HSL color Cylindrical-coordinate representation of color #CABD96: hue angle of 45º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CABD96 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB202189150-
CMYK00.060.260.21
HSL45º32.91%69.02%-
HSV(B)45º25.74%79.22%-
XYZ48.0651.1536.19-
YUV188.44106.31137.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.34%
GREEN value IS 189 (74.22% from 255) = 34.94%
BLUE value IS 150 (58.98% from 255) = 27.73%
R=37.34%
G=34.94%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218915000.060.260.214532.9169.02
HexCABD96061A152d2145
Octal3122752260632255541105
Binary110010101011110110010110011011010101011011011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABD96; }

 p { color: rgb(202,189,150); }

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

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

 a { background-color: rgb(202,189,150); }

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

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

 span { border-color: rgb(202,189,150); }

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