Html Css Color HEX #C05757 Fuzzy Wuzzy Brown

📋 copy color: '#C05757'

red 192 ◦ green 87 ◦ blue 87

#C05757
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuzzy Wuzzy Brown #C05757

Tints of Fuzzy Wuzzy Brown #C05757

RGB

 RED value IS 192 (75.39% from 255) = 52.46%

 GREEN value IS 87 (34.38% from 255) = 23.77%

 BLUE value IS 87 (34.38% from 255) = 23.77%

R = 52.46%
G = 23.77%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C05757 (or 0xC05757) is known color: Fuzzy Wuzzy Brown. HEX triplet: C0, 57 and 57. RGB value is (192,87,87). Sum of RGB (Red+Green+Blue) = 192+87+87=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 87 (34.38% from 255 or 23.77% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C05757 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05757 is #3FA8A8. Grayscale: #767676. Windows color (decimal): -4171945 or 5724096. OLE color: 5724096.

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

Color convert

RGB 192 87 87 -
CMYK 0 0.55 0.55 0.25
HSL 0.45% 0.55% -
HSV(B) 0.55% 0.75% -
XYZ 26.87 18.71 11.21 -
YUV 118.4 110.29 180.5 -
System Red Green Blue C M Y K H S L
Decimal 192 87 87 0 0.55 0.55 0.25 0 0.45 0.55
Hex C0 57 57 0 37 37 19 0 2D 37
Octal 300 127 127 0 67 67 31 0 55 67
Binary 11000000 1010111 1010111 0 110111 110111 11001 0 101101 110111

Color Harmonies of #C05757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05757

Black with #C05757

Text Example


Text Example

White with #C05757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05757; }

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

 H1.HeaderClassName
 {
   color: #C05757;
 }
 .AnyTagClassName
 {
   color: #C05757;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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