Html Css Color HEX #C05755 Fuzzy Wuzzy Brown

📋 copy color: '#C05755'

red 192 ◦ green 87 ◦ blue 85

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

Shades of Fuzzy Wuzzy Brown #C05755

Tints of Fuzzy Wuzzy Brown #C05755

RGB

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

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

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

R = 52.75%
G = 23.9%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C05755 (or 0xC05755) is known color: Fuzzy Wuzzy Brown. HEX triplet: C0, 57 and 55. RGB value is (192,87,85). Sum of RGB (Red+Green+Blue) = 192+87+85=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 87 (34.38% from 255 or 23.90% from 364); Blue value is 85 (33.59% from 255 or 23.35% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C05755 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05755 is #3FA8AA. Grayscale: #767676. Windows color (decimal): -4171947 or 5593024. OLE color: 5593024.

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

Color convert

RGB 192 87 85 -
CMYK 0 0.55 0.56 0.25
HSL 1.12º 0.46% 0.54% -
HSV(B) 1.12º 0.56% 0.75% -
XYZ 26.79 18.68 10.79 -
YUV 118.17 109.29 180.66 -
System Red Green Blue C M Y K H S L
Decimal 192 87 85 0 0.55 0.56 0.25 1.12 0.46 0.54
Hex C0 57 55 0 37 38 19 1 2E 36
Octal 300 127 125 0 67 70 31 1 56 66
Binary 11000000 1010111 1010101 0 110111 111000 11001 1 101110 110110

Color Harmonies of #C05755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05755

Black with #C05755

Text Example


Text Example

White with #C05755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05755; }

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

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

background-color css

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

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

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

border-color css

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

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

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