#CCBE89

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

Shades of Winter Hazel #CCBE89

Tints of Winter Hazel #CCBE89

Color information

#CCBE89 (or 0xCCBE89) is unknown color: approx Winter Hazel. HEX triplet: CC, BE and 89. RGB value is (204,190,137). Sum of RGB (Red+Green+Blue) = 204+190+137=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 190 (74.61% from 255 or 35.78% from 531); Blue value is 137 (53.91% from 255 or 25.80% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBE89 is #334176. Grayscale: #BCBCBC. Windows color (decimal): -3359095 or 9027276. OLE color: 9027276.

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

Color convert

RGB204190137-
CMYK00.070.330.2
HSL47.46º39.64%66.86%-
HSV(B)47.46º32.84%80%-
XYZ47.8351.4731.08-
YUV188.1499.14139.31-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.42%
GREEN value IS 190 (74.61% from 255) = 35.78%
BLUE value IS 137 (53.91% from 255) = 25.80%
R=38.42%
G=35.78%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419013700.070.330.247.4639.6466.86
HexCCBE890721142f2843
Octal3142762110741245750103
Binary1100110010111110100010010111100001101001011111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBE89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBE89; }

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

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

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

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

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

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

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

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