#CCBF7E

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

Shades of Winter Hazel #CCBF7E

Tints of Winter Hazel #CCBF7E

Color information

#CCBF7E (or 0xCCBF7E) is unknown color: approx Winter Hazel. HEX triplet: CC, BF and 7E. RGB value is (204,191,126). Sum of RGB (Red+Green+Blue) = 204+191+126=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 126 (49.61% from 255 or 24.18% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBF7E is #334081. Grayscale: #BBBBBB. Windows color (decimal): -3358850 or 8306636. OLE color: 8306636.

HSL color Cylindrical-coordinate representation of color #CCBF7E: hue angle of 50º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCBF7E is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB204191126-
CMYK00.060.380.2
HSL50º43.33%64.71%-
HSV(B)50º38.24%80%-
XYZ47.351.6127.21-
YUV187.4893.31139.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.16%
GREEN value IS 191 (75% from 255) = 36.66%
BLUE value IS 126 (49.61% from 255) = 24.18%
R=39.16%
G=36.66%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419112600.060.380.25043.3364.71
HexCCBF7E062614322b41
Octal3142771760646246253101
Binary110011001011111111111100110100110101001100101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBF7E; }

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

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

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

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

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

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

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

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