#CDBC92

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

Shades of Sisal #CDBC92

Tints of Sisal #CDBC92

Color information

#CDBC92 (or 0xCDBC92) is unknown color: approx Sisal. HEX triplet: CD, BC and 92. RGB value is (205,188,146). Sum of RGB (Red+Green+Blue) = 205+188+146=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 188 (73.83% from 255 or 34.88% from 539); Blue value is 146 (57.42% from 255 or 27.09% from 539); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBC92 is #32436D. Grayscale: #BCBCBC. Windows color (decimal): -3294062 or 9616589. OLE color: 9616589.

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

Color convert

RGB205188146-
CMYK00.080.290.20
HSL42.71º37.11%68.82%-
HSV(B)42.71º28.78%80.39%-
XYZ48.3551.0234.49-
YUV188.3104.13139.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.03%
GREEN value IS 188 (73.83% from 255) = 34.88%
BLUE value IS 146 (57.42% from 255) = 27.09%
R=38.03%
G=34.88%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518814600.080.290.2042.7137.1168.82
HexCDBC92081D142b2545
Octal31527422201035245345105
Binary1100110110111100100100100100011101101001010111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBC92; }

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

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

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

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

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

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

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

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