#CBC586

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

Shades of Winter Hazel #CBC586

Tints of Winter Hazel #CBC586

Color information

#CBC586 (or 0xCBC586) is unknown color: approx Winter Hazel. HEX triplet: CB, C5 and 86. RGB value is (203,197,134). Sum of RGB (Red+Green+Blue) = 203+197+134=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 134 (52.73% from 255 or 25.09% from 534); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC586 is #343A79. Grayscale: #BFBFBF. Windows color (decimal): -3422842 or 8832459. OLE color: 8832459.

HSL color Cylindrical-coordinate representation of color #CBC586: hue angle of 54.78º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CBC586 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB203197134-
CMYK00.030.340.20
HSL54.78º39.88%66.08%-
HSV(B)54.78º33.99%79.61%-
XYZ48.954.3530.47-
YUV191.6195.49136.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.01%
GREEN value IS 197 (77.34% from 255) = 36.89%
BLUE value IS 134 (52.73% from 255) = 25.09%
R=38.01%
G=36.89%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319713400.030.340.2054.7839.8866.08
HexCBC586032214372842
Octal3133052060342246750102
Binary110010111100010110000110011100010101001101111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC586; }

 p { color: rgb(203,197,134); }

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

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

 a { background-color: rgb(203,197,134); }

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

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

 span { border-color: rgb(203,197,134); }

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