#CCBE7A

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

Shades of Winter Hazel #CCBE7A

Tints of Winter Hazel #CCBE7A

Color information

#CCBE7A (or 0xCCBE7A) is unknown color: approx Winter Hazel. HEX triplet: CC, BE and 7A. RGB value is (204,190,122). Sum of RGB (Red+Green+Blue) = 204+190+122=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 122 (48.05% from 255 or 23.64% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBE7A is #334185. Grayscale: #BABABA. Windows color (decimal): -3359110 or 8044236. OLE color: 8044236.

HSL color Cylindrical-coordinate representation of color #CCBE7A: hue angle of 49.76º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCBE7A is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB204190122-
CMYK00.070.400.2
HSL49.76º44.57%63.92%-
HSV(B)49.76º40.2%80%-
XYZ46.8351.0725.8-
YUV186.4391.64140.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.53%
GREEN value IS 190 (74.61% from 255) = 36.82%
BLUE value IS 122 (48.05% from 255) = 23.64%
R=39.53%
G=36.82%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419012200.070.400.249.7644.5763.92
HexCCBE7A072814322d40
Octal3142761720750246255100
Binary110011001011111011110100111101000101001100101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBE7A; }

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

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

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

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

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

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

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

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