#CBC186

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

Shades of Winter Hazel #CBC186

Tints of Winter Hazel #CBC186

Color information

#CBC186 (or 0xCBC186) is unknown color: approx Winter Hazel. HEX triplet: CB, C1 and 86. RGB value is (203,193,134). Sum of RGB (Red+Green+Blue) = 203+193+134=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 134 (52.73% from 255 or 25.28% from 530); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC186 is #343E79. Grayscale: #BDBDBD. Windows color (decimal): -3423866 or 8831435. OLE color: 8831435.

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

Color convert

RGB203193134-
CMYK00.050.340.20
HSL51.3º39.88%66.08%-
HSV(B)51.3º33.99%79.61%-
XYZ4852.5630.17-
YUV189.2696.81137.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.30%
GREEN value IS 193 (75.78% from 255) = 36.42%
BLUE value IS 134 (52.73% from 255) = 25.28%
R=38.30%
G=36.42%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319313400.050.340.2051.339.8866.08
HexCBC186052214332842
Octal3133012060542246350102
Binary1100101111000001100001100101100010101001100111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC186; }

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

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

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

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

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

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

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

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