#CCBE8B

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

Shades of Winter Hazel #CCBE8B

Tints of Winter Hazel #CCBE8B

Color information

#CCBE8B (or 0xCCBE8B) is unknown color: approx Winter Hazel. HEX triplet: CC, BE and 8B. RGB value is (204,190,139). Sum of RGB (Red+Green+Blue) = 204+190+139=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 139 (54.69% from 255 or 26.08% from 533); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBE8B is #334174. Grayscale: #BCBCBC. Windows color (decimal): -3359093 or 9158348. OLE color: 9158348.

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

Color convert

RGB204190139-
CMYK00.070.320.2
HSL47.08º38.92%67.25%-
HSV(B)47.08º31.86%80%-
XYZ47.9851.5331.84-
YUV188.37100.14139.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.27%
GREEN value IS 190 (74.61% from 255) = 35.65%
BLUE value IS 139 (54.69% from 255) = 26.08%
R=38.27%
G=35.65%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419013900.070.320.247.0838.9267.25
HexCCBE8B0720142f2743
Octal3142762130740245747103
Binary1100110010111110100010110111100000101001011111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBE8B; }

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

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

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

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

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

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

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

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