#CBC185

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

Shades of Winter Hazel #CBC185

Tints of Winter Hazel #CBC185

Color information

#CBC185 (or 0xCBC185) is unknown color: approx Winter Hazel. HEX triplet: CB, C1 and 85. RGB value is (203,193,133). Sum of RGB (Red+Green+Blue) = 203+193+133=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 193 (75.78% from 255 or 36.48% from 529); Blue value is 133 (52.34% from 255 or 25.14% from 529); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC185 is #343E7A. Grayscale: #BDBDBD. Windows color (decimal): -3423867 or 8765899. OLE color: 8765899.

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

Color convert

RGB203193133-
CMYK00.050.340.20
HSL51.43º40.23%65.88%-
HSV(B)51.43º34.48%79.61%-
XYZ47.9352.5329.8-
YUV189.1596.31137.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.37%
GREEN value IS 193 (75.78% from 255) = 36.48%
BLUE value IS 133 (52.34% from 255) = 25.14%
R=38.37%
G=36.48%
B=25.14%

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
Decimal20319313300.050.340.2051.4340.2365.88
HexCBC185052214332842
Octal3133012050542246350102
Binary1100101111000001100001010101100010101001100111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC185; }

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

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

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

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

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

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

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

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