#CCBE8E

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

Shades of Winter Hazel #CCBE8E

Tints of Winter Hazel #CCBE8E

Color information

#CCBE8E (or 0xCCBE8E) is unknown color: approx Winter Hazel. HEX triplet: CC, BE and 8E. RGB value is (204,190,142). Sum of RGB (Red+Green+Blue) = 204+190+142=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 190 (74.61% from 255 or 35.45% from 536); Blue value is 142 (55.86% from 255 or 26.49% from 536); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBE8E is #334171. Grayscale: #BCBCBC. Windows color (decimal): -3359090 or 9354956. OLE color: 9354956.

HSL color Cylindrical-coordinate representation of color #CCBE8E: hue angle of 46.45º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCBE8E is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB204190142-
CMYK00.070.300.2
HSL46.45º37.8%67.84%-
HSV(B)46.45º30.39%80%-
XYZ48.251.6233.01-
YUV188.71101.64138.9-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.06%
GREEN value IS 190 (74.61% from 255) = 35.45%
BLUE value IS 142 (55.86% from 255) = 26.49%
R=38.06%
G=35.45%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419014200.070.300.246.4537.867.84
HexCCBE8E071E142e2644
Octal3142762160736245646104
Binary110011001011111010001110011111110101001011101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBE8E; }

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

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

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

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

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

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

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

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