#CABD9A

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

Shades of Sisal #CABD9A

Tints of Sisal #CABD9A

Color information

#CABD9A (or 0xCABD9A) is unknown color: approx Sisal. HEX triplet: CA, BD and 9A. RGB value is (202,189,154). Sum of RGB (Red+Green+Blue) = 202+189+154=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 154 (60.55% from 255 or 28.26% from 545); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABD9A is #354265. Grayscale: #BDBDBD. Windows color (decimal): -3490406 or 10141130. OLE color: 10141130.

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

Color convert

RGB202189154-
CMYK00.060.240.21
HSL43.75º31.17%69.8%-
HSV(B)43.75º23.76%79.22%-
XYZ48.3951.2837.92-
YUV188.9108.31137.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.06%
GREEN value IS 189 (74.22% from 255) = 34.68%
BLUE value IS 154 (60.55% from 255) = 28.26%
R=37.06%
G=34.68%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218915400.060.240.2143.7531.1769.8
HexCABD9A0618152c1f46
Octal3122752320630255437106
Binary11001010101111011001101001101100010101101100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABD9A; }

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

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

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

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

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

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

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

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