#C05251

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

Shades of Fuzzy Wuzzy Brown #C05251

Tints of Fuzzy Wuzzy Brown #C05251

Color information

#C05251 (or 0xC05251) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C0, 52 and 51. RGB value is (192,82,81). Sum of RGB (Red+Green+Blue) = 192+82+81=355 (47% of max value = 765). Red value is 192 (75.39% from 255 or 54.08% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 81 (32.03% from 255 or 22.82% from 355); Max value from RGB is 192 - color contains mainly: red. Hex color #C05251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05251 is #3FADAE. Grayscale: #727272. Windows color (decimal): -4173231 or 5329600. OLE color: 5329600.

HSL color Cylindrical-coordinate representation of color #C05251: hue angle of 0.54º 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 #C05251 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB1928281-
CMYK00.570.580.25
HSL0.54º46.84%53.53%-
HSV(B)0.54º57.81%75.29%-
XYZ26.2417.849.84-
YUV114.78108.94183.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.08%
GREEN value IS 82 (32.42% from 255) = 23.10%
BLUE value IS 81 (32.03% from 255) = 22.82%
R=54.08%
G=23.10%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192828100.570.580.250.5446.8453.53
HexC052510393A1912f36
Octal300122121071723115766
Binary11000000101001010100010111001111010110011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05251; }

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

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

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

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

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

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

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

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