#C65452

Color #C65452 Fuzzy Wuzzy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuzzy Wuzzy Brown #C65452

Tints of Fuzzy Wuzzy Brown #C65452

Color information

#C65452 (or 0xC65452) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C6, 54 and 52. RGB value is (198,84,82). Sum of RGB (Red+Green+Blue) = 198+84+82=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C65452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65452 is #39ABAD. Grayscale: #757575. Windows color (decimal): -3779502 or 5395654. OLE color: 5395654.

HSL color Cylindrical-coordinate representation of color #C65452: hue angle of 1.03º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C65452 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB1988482-
CMYK00.580.590.22
HSL1.03º50.43%54.9%-
HSV(B)1.03º58.59%77.65%-
XYZ27.9818.9610.17-
YUV117.86107.77185.16-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 54.40%
GREEN value IS 84 (33.20% from 255) = 23.08%
BLUE value IS 82 (32.42% from 255) = 22.53%
R=54.40%
G=23.08%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198848200.580.590.221.0350.4354.9
HexC6545203A3B1613237
Octal306124122072732616267
Binary11000110101010010100100111010111011101101110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65452; }

 p { color: rgb(198,84,82); }

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

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

 a { background-color: rgb(198,84,82); }

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

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

 span { border-color: rgb(198,84,82); }

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