#CDBC93

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

Shades of Sisal #CDBC93

Tints of Sisal #CDBC93

Color information

#CDBC93 (or 0xCDBC93) is unknown color: approx Sisal. HEX triplet: CD, BC and 93. RGB value is (205,188,147). Sum of RGB (Red+Green+Blue) = 205+188+147=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 147 (57.81% from 255 or 27.22% from 540); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBC93 is #32436C. Grayscale: #BCBCBC. Windows color (decimal): -3294061 or 9682125. OLE color: 9682125.

HSL color Cylindrical-coordinate representation of color #CDBC93: hue angle of 42.41º 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 #CDBC93 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB205188147-
CMYK00.080.280.20
HSL42.41º36.71%69.02%-
HSV(B)42.41º28.29%80.39%-
XYZ48.4351.0534.91-
YUV188.41104.63139.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.96%
GREEN value IS 188 (73.83% from 255) = 34.81%
BLUE value IS 147 (57.81% from 255) = 27.22%
R=37.96%
G=34.81%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518814700.080.280.2042.4136.7169.02
HexCDBC93081C142a2545
Octal31527422301034245245105
Binary1100110110111100100100110100011100101001010101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBC93; }

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

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

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

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

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

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

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

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