#CBC07C

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

Shades of Winter Hazel #CBC07C

Tints of Winter Hazel #CBC07C

Color information

#CBC07C (or 0xCBC07C) is unknown color: approx Winter Hazel. HEX triplet: CB, C0 and 7C. RGB value is (203,192,124). Sum of RGB (Red+Green+Blue) = 203+192+124=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 124 (48.83% from 255 or 23.89% from 519); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC07C is #343F83. Grayscale: #BBBBBB. Windows color (decimal): -3424132 or 8175819. OLE color: 8175819.

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

Color convert

RGB203192124-
CMYK00.050.390.20
HSL51.65º43.17%64.12%-
HSV(B)51.65º38.92%79.61%-
XYZ47.1251.8526.59-
YUV187.5492.14139.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.11%
GREEN value IS 192 (75.39% from 255) = 36.99%
BLUE value IS 124 (48.83% from 255) = 23.89%
R=39.11%
G=36.99%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319212400.050.390.2051.6543.1764.12
HexCBC07C052714342b40
Octal3133001740547246453100
Binary110010111100000011111000101100111101001101001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC07C; }

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

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

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

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

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

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

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

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