#CDBE93

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

Shades of Sisal #CDBE93

Tints of Sisal #CDBE93

Color information

#CDBE93 (or 0xCDBE93) is unknown color: approx Sisal. HEX triplet: CD, BE and 93. RGB value is (205,190,147). Sum of RGB (Red+Green+Blue) = 205+190+147=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 190 (74.61% from 255 or 35.06% from 542); Blue value is 147 (57.81% from 255 or 27.12% from 542); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBE93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBE93 is #32416C. Grayscale: #BDBDBD. Windows color (decimal): -3293549 or 9682637. OLE color: 9682637.

HSL color Cylindrical-coordinate representation of color #CDBE93: hue angle of 44.48º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDBE93 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB205190147-
CMYK00.070.280.20
HSL44.48º36.71%69.02%-
HSV(B)44.48º28.29%80.39%-
XYZ48.8651.9135.05-
YUV189.58103.97139-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.82%
GREEN value IS 190 (74.61% from 255) = 35.06%
BLUE value IS 147 (57.81% from 255) = 27.12%
R=37.82%
G=35.06%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519014700.070.280.2044.4836.7169.02
HexCDBE93071C142c2545
Octal3152762230734245445105
Binary110011011011111010010011011111100101001011001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBE93; }

 p { color: rgb(205,190,147); }

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

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

 a { background-color: rgb(205,190,147); }

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

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

 span { border-color: rgb(205,190,147); }

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