#CBC686

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

Shades of Winter Hazel #CBC686

Tints of Winter Hazel #CBC686

Color information

#CBC686 (or 0xCBC686) is unknown color: approx Winter Hazel. HEX triplet: CB, C6 and 86. RGB value is (203,198,134). Sum of RGB (Red+Green+Blue) = 203+198+134=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 198 (77.73% from 255 or 37.01% from 535); Blue value is 134 (52.73% from 255 or 25.05% from 535); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC686 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC686 is #343979. Grayscale: #C0C0C0. Windows color (decimal): -3422586 or 8832715. OLE color: 8832715.

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

Color convert

RGB203198134-
CMYK00.020.340.20
HSL55.65º39.88%66.08%-
HSV(B)55.65º33.99%79.61%-
XYZ49.1354.8130.54-
YUV192.295.16135.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.94%
GREEN value IS 198 (77.73% from 255) = 37.01%
BLUE value IS 134 (52.73% from 255) = 25.05%
R=37.94%
G=37.01%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319813400.020.340.2055.6539.8866.08
HexCBC686022214382842
Octal3133062060242247050102
Binary110010111100011010000110010100010101001110001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC686; }

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

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

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

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

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

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

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

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