#CCBE85

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

Shades of Winter Hazel #CCBE85

Tints of Winter Hazel #CCBE85

Color information

#CCBE85 (or 0xCCBE85) is unknown color: approx Winter Hazel. HEX triplet: CC, BE and 85. RGB value is (204,190,133). Sum of RGB (Red+Green+Blue) = 204+190+133=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBE85 is #33417A. Grayscale: #BBBBBB. Windows color (decimal): -3359099 or 8765132. OLE color: 8765132.

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

Color convert

RGB204190133-
CMYK00.070.350.2
HSL48.17º41.04%66.08%-
HSV(B)48.17º34.8%80%-
XYZ47.5551.3629.6-
YUV187.6997.14139.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.71%
GREEN value IS 190 (74.61% from 255) = 36.05%
BLUE value IS 133 (52.34% from 255) = 25.24%
R=38.71%
G=36.05%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419013300.070.350.248.1741.0466.08
HexCCBE85072314302942
Octal3142762050743246051102
Binary1100110010111110100001010111100011101001100001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBE85; }

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

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

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

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

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

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

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

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