#CCBE8C

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

Shades of Winter Hazel #CCBE8C

Tints of Winter Hazel #CCBE8C

Color information

#CCBE8C (or 0xCCBE8C) is unknown color: approx Winter Hazel. HEX triplet: CC, BE and 8C. RGB value is (204,190,140). Sum of RGB (Red+Green+Blue) = 204+190+140=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 190 (74.61% from 255 or 35.58% from 534); Blue value is 140 (55.08% from 255 or 26.22% from 534); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBE8C is #334173. Grayscale: #BCBCBC. Windows color (decimal): -3359092 or 9223884. OLE color: 9223884.

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

Color convert

RGB204190140-
CMYK00.070.310.2
HSL46.88º38.55%67.45%-
HSV(B)46.88º31.37%80%-
XYZ48.0551.5632.23-
YUV188.49100.64139.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.20%
GREEN value IS 190 (74.61% from 255) = 35.58%
BLUE value IS 140 (55.08% from 255) = 26.22%
R=38.20%
G=35.58%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419014000.070.310.246.8838.5567.45
HexCCBE8C071F142f2743
Octal3142762140737245747103
Binary110011001011111010001100011111111101001011111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBE8C; }

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

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

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

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

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

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

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

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