#CCBE83

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

Shades of Winter Hazel #CCBE83

Tints of Winter Hazel #CCBE83

Color information

#CCBE83 (or 0xCCBE83) is unknown color: approx Winter Hazel. HEX triplet: CC, BE and 83. RGB value is (204,190,131). Sum of RGB (Red+Green+Blue) = 204+190+131=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 131 (51.56% from 255 or 24.95% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBE83 is #33417C. Grayscale: #BBBBBB. Windows color (decimal): -3359101 or 8634060. OLE color: 8634060.

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

Color convert

RGB204190131-
CMYK00.070.360.2
HSL48.49º41.71%65.69%-
HSV(B)48.49º35.78%80%-
XYZ47.4151.328.88-
YUV187.4696.14139.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.86%
GREEN value IS 190 (74.61% from 255) = 36.19%
BLUE value IS 131 (51.56% from 255) = 24.95%
R=38.86%
G=36.19%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419013100.070.360.248.4941.7165.69
HexCCBE83072414302a42
Octal3142762030744246052102
Binary1100110010111110100000110111100100101001100001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBE83; }

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

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

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

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

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

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

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

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