#CBBF7C

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

Shades of Winter Hazel #CBBF7C

Tints of Winter Hazel #CBBF7C

Color information

#CBBF7C (or 0xCBBF7C) is unknown color: approx Winter Hazel. HEX triplet: CB, BF and 7C. RGB value is (203,191,124). Sum of RGB (Red+Green+Blue) = 203+191+124=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 124 (48.83% from 255 or 23.94% from 518); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBF7C is #344083. Grayscale: #BBBBBB. Windows color (decimal): -3424388 or 8175563. OLE color: 8175563.

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

Color convert

RGB203191124-
CMYK00.060.390.20
HSL50.89º43.17%64.12%-
HSV(B)50.89º38.92%79.61%-
XYZ46.951.4126.52-
YUV186.9592.48139.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.19%
GREEN value IS 191 (75% from 255) = 36.87%
BLUE value IS 124 (48.83% from 255) = 23.94%
R=39.19%
G=36.87%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319112400.060.390.2050.8943.1764.12
HexCBBF7C062714332b40
Octal3132771740647246353100
Binary110010111011111111111000110100111101001100111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBF7C; }

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

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

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

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

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

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

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

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