#CBC386

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

Shades of Winter Hazel #CBC386

Tints of Winter Hazel #CBC386

Color information

#CBC386 (or 0xCBC386) is unknown color: approx Winter Hazel. HEX triplet: CB, C3 and 86. RGB value is (203,195,134). Sum of RGB (Red+Green+Blue) = 203+195+134=532 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.16% from 532); Green value is 195 (76.56% from 255 or 36.65% from 532); Blue value is 134 (52.73% from 255 or 25.19% from 532); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC386 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC386 is #343C79. Grayscale: #BEBEBE. Windows color (decimal): -3423354 or 8831947. OLE color: 8831947.

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

Color convert

RGB203195134-
CMYK00.040.340.20
HSL53.04º39.88%66.08%-
HSV(B)53.04º33.99%79.61%-
XYZ48.4553.4530.32-
YUV190.4496.15136.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.16%
GREEN value IS 195 (76.56% from 255) = 36.65%
BLUE value IS 134 (52.73% from 255) = 25.19%
R=38.16%
G=36.65%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319513400.040.340.2053.0439.8866.08
HexCBC386042214352842
Octal3133032060442246550102
Binary1100101111000011100001100100100010101001101011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC386; }

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

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

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

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

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

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

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

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