#CCBE8D

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

Shades of Winter Hazel #CCBE8D

Tints of Winter Hazel #CCBE8D

Color information

#CCBE8D (or 0xCCBE8D) is unknown color: approx Winter Hazel. HEX triplet: CC, BE and 8D. RGB value is (204,190,141). Sum of RGB (Red+Green+Blue) = 204+190+141=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 141 (55.47% from 255 or 26.36% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBE8D is #334172. Grayscale: #BCBCBC. Windows color (decimal): -3359091 or 9289420. OLE color: 9289420.

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

Color convert

RGB204190141-
CMYK00.070.310.2
HSL46.67º38.18%67.65%-
HSV(B)46.67º30.88%80%-
XYZ48.1251.5932.62-
YUV188.6101.14138.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.13%
GREEN value IS 190 (74.61% from 255) = 35.51%
BLUE value IS 141 (55.47% from 255) = 26.36%
R=38.13%
G=35.51%
B=26.36%

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
Decimal20419014100.070.310.246.6738.1867.65
HexCCBE8D071F142f2644
Octal3142762150737245746104
Binary110011001011111010001101011111111101001011111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBE8D; }

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

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

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

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

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

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

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

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