Html Css Color HEX #C05A57 Fuzzy Wuzzy Brown

📋 copy color: '#C05A57'

red 192 ◦ green 90 ◦ blue 87

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

Shades of Fuzzy Wuzzy Brown #C05A57

Tints of Fuzzy Wuzzy Brown #C05A57

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.39%

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

R = 52.03%
G = 24.39%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C05A57 (or 0xC05A57) is known color: Fuzzy Wuzzy Brown. HEX triplet: C0, 5A and 57. RGB value is (192,90,87). Sum of RGB (Red+Green+Blue) = 192+90+87=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 87 (34.38% from 255 or 23.58% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05A57 is #3FA5A8. Grayscale: #787878. Windows color (decimal): -4171177 or 5724864. OLE color: 5724864.

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

Color convert

RGB 192 90 87 -
CMYK 0 0.53 0.55 0.25
HSL 1.71º 0.45% 0.55% -
HSV(B) 1.71º 0.55% 0.75% -
XYZ 27.11 19.21 11.3 -
YUV 120.16 109.29 179.24 -
System Red Green Blue C M Y K H S L
Decimal 192 90 87 0 0.53 0.55 0.25 1.71 0.45 0.55
Hex C0 5A 57 0 35 37 19 2 2D 37
Octal 300 132 127 0 65 67 31 2 55 67
Binary 11000000 1011010 1010111 0 110101 110111 11001 10 101101 110111

Color Harmonies of #C05A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05A57

Black with #C05A57

Text Example


Text Example

White with #C05A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05A57; }

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

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

background-color css

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

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

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

border-color css

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

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

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