#C05151

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

Shades of Fuzzy Wuzzy Brown #C05151

Tints of Fuzzy Wuzzy Brown #C05151

Color information

#C05151 (or 0xC05151) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C0, 51 and 51. RGB value is (192,81,81). Sum of RGB (Red+Green+Blue) = 192+81+81=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 81 (32.03% from 255 or 22.88% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C05151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05151 is #3FAEAE. Grayscale: #727272. Windows color (decimal): -4173487 or 5329344. OLE color: 5329344.

HSL color Cylindrical-coordinate representation of color #C05151: hue angle of 0º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C05151 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB1928181-
CMYK00.580.580.25
HSL46.84%53.53%-
HSV(B)57.81%75.29%-
XYZ26.1717.699.82-
YUV114.19109.27183.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.24%
GREEN value IS 81 (32.03% from 255) = 22.88%
BLUE value IS 81 (32.03% from 255) = 22.88%
R=54.24%
G=22.88%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192818100.580.580.25046.8453.53
HexC0515103A3A1902f36
Octal300121121072723105766
Binary11000000101000110100010111010111010110010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05151; }

 p { color: rgb(192,81,81); }

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

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

 a { background-color: rgb(192,81,81); }

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

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

 span { border-color: rgb(192,81,81); }

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