#CBC074

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

Shades of Winter Hazel #CBC074

Tints of Winter Hazel #CBC074

Color information

#CBC074 (or 0xCBC074) is unknown color: approx Winter Hazel. HEX triplet: CB, C0 and 74. RGB value is (203,192,116). Sum of RGB (Red+Green+Blue) = 203+192+116=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 116 (45.70% from 255 or 22.70% from 511); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC074 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC074 is #343F8B. Grayscale: #BABABA. Windows color (decimal): -3424140 or 7651531. OLE color: 7651531.

HSL color Cylindrical-coordinate representation of color #CBC074: hue angle of 52.41º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CBC074 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB203192116-
CMYK00.050.430.20
HSL52.41º45.55%62.55%-
HSV(B)52.41º42.86%79.61%-
XYZ46.6351.6624.04-
YUV186.6288.14139.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.73%
GREEN value IS 192 (75.39% from 255) = 37.57%
BLUE value IS 116 (45.70% from 255) = 22.70%
R=39.73%
G=37.57%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319211600.050.430.2052.4145.5562.55
HexCBC074052B14342e3f
Octal313300164055324645677
Binary11001011110000001110100010110101110100110100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC074; }

 p { color: rgb(203,192,116); }

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

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

 a { background-color: rgb(203,192,116); }

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

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

 span { border-color: rgb(203,192,116); }

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