Html Css Color HEX #C05955 Fuzzy Wuzzy Brown

📋 copy color: '#C05955'

red 192 ◦ green 89 ◦ blue 85

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

Shades of Fuzzy Wuzzy Brown #C05955

Tints of Fuzzy Wuzzy Brown #C05955

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.32%

 BLUE value IS 85 (33.59% from 255) = 23.22%

R = 52.46%
G = 24.32%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C05955 (or 0xC05955) is known color: Fuzzy Wuzzy Brown. HEX triplet: C0, 59 and 55. RGB value is (192,89,85). Sum of RGB (Red+Green+Blue) = 192+89+85=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C05955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05955 is #3FA6AA. Grayscale: #777777. Windows color (decimal): -4171435 or 5593536. OLE color: 5593536.

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

Color convert

RGB 192 89 85 -
CMYK 0 0.54 0.56 0.25
HSL 2.24º 0.46% 0.54% -
HSV(B) 2.24º 0.56% 0.75% -
XYZ 26.95 19.01 10.84 -
YUV 119.34 108.62 179.83 -
System Red Green Blue C M Y K H S L
Decimal 192 89 85 0 0.54 0.56 0.25 2.24 0.46 0.54
Hex C0 59 55 0 36 38 19 2 2E 36
Octal 300 131 125 0 66 70 31 2 56 66
Binary 11000000 1011001 1010101 0 110110 111000 11001 10 101110 110110

Color Harmonies of #C05955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05955

Black with #C05955

Text Example


Text Example

White with #C05955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05955; }

 p { color: rgb(192,89,85); }

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

background-color css

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

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

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

border-color css

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

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

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