#CABD9E

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

Shades of Sisal #CABD9E

Tints of Sisal #CABD9E

Color information

#CABD9E (or 0xCABD9E) is unknown color: approx Sisal. HEX triplet: CA, BD and 9E. RGB value is (202,189,158). Sum of RGB (Red+Green+Blue) = 202+189+158=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 158 (62.11% from 255 or 28.78% from 549); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABD9E is #354261. Grayscale: #BDBDBD. Windows color (decimal): -3490402 or 10403274. OLE color: 10403274.

HSL color Cylindrical-coordinate representation of color #CABD9E: hue angle of 42.27º 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 #CABD9E is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB202189158-
CMYK00.060.220.21
HSL42.27º29.33%70.59%-
HSV(B)42.27º21.78%79.22%-
XYZ48.7351.4239.7-
YUV189.35110.31137.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.79%
GREEN value IS 189 (74.22% from 255) = 34.43%
BLUE value IS 158 (62.11% from 255) = 28.78%
R=36.79%
G=34.43%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218915800.060.220.2142.2729.3370.59
HexCABD9E0616152a1d47
Octal3122752360626255235107
Binary11001010101111011001111001101011010101101010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABD9E; }

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

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

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

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

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

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

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

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