#CCBF7C

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

Shades of Winter Hazel #CCBF7C

Tints of Winter Hazel #CCBF7C

Color information

#CCBF7C (or 0xCCBF7C) is unknown color: approx Winter Hazel. HEX triplet: CC, BF and 7C. RGB value is (204,191,124). Sum of RGB (Red+Green+Blue) = 204+191+124=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 124 (48.83% from 255 or 23.89% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBF7C is #334083. Grayscale: #BBBBBB. Windows color (decimal): -3358852 or 8175564. OLE color: 8175564.

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

Color convert

RGB204191124-
CMYK00.060.390.2
HSL50.25º43.96%64.31%-
HSV(B)50.25º39.22%80%-
XYZ47.1751.5526.53-
YUV187.2592.31139.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.31%
GREEN value IS 191 (75% from 255) = 36.80%
BLUE value IS 124 (48.83% from 255) = 23.89%
R=39.31%
G=36.80%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419112400.060.390.250.2543.9664.31
HexCCBF7C062714322c40
Octal3142771740647246254100
Binary110011001011111111111000110100111101001100101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBF7C; }

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

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

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

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

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

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

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

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