#CCBE7D

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

Shades of Winter Hazel #CCBE7D

Tints of Winter Hazel #CCBE7D

Color information

#CCBE7D (or 0xCCBE7D) is unknown color: approx Winter Hazel. HEX triplet: CC, BE and 7D. RGB value is (204,190,125). Sum of RGB (Red+Green+Blue) = 204+190+125=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 125 (49.22% from 255 or 24.08% from 519); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBE7D is #334182. Grayscale: #BBBBBB. Windows color (decimal): -3359107 or 8240844. OLE color: 8240844.

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

Color convert

RGB204190125-
CMYK00.070.390.2
HSL49.37º43.65%64.51%-
HSV(B)49.37º38.73%80%-
XYZ47.0251.1426.8-
YUV186.7893.14140.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.31%
GREEN value IS 190 (74.61% from 255) = 36.61%
BLUE value IS 125 (49.22% from 255) = 24.08%
R=39.31%
G=36.61%
B=24.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419012500.070.390.249.3743.6564.51
HexCCBE7D072714312c41
Octal3142761750747246154101
Binary110011001011111011111010111100111101001100011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBE7D; }

 p { color: rgb(204,190,125); }

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

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

 a { background-color: rgb(204,190,125); }

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

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

 span { border-color: rgb(204,190,125); }

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