Html Css Color HEX #C05551 Fuzzy Wuzzy Brown

📋 copy color: '#C05551'

red 192 ◦ green 85 ◦ blue 81

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

Shades of Fuzzy Wuzzy Brown #C05551

Tints of Fuzzy Wuzzy Brown #C05551

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.74%

 BLUE value IS 81 (32.03% from 255) = 22.63%

R = 53.63%
G = 23.74%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C05551 (or 0xC05551) is known color: Fuzzy Wuzzy Brown. HEX triplet: C0, 55 and 51. RGB value is (192,85,81). Sum of RGB (Red+Green+Blue) = 192+85+81=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C05551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05551 is #3FAAAE. Grayscale: #747474. Windows color (decimal): -4172463 or 5330368. OLE color: 5330368.

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

Color convert

RGB 192 85 81 -
CMYK 0 0.56 0.58 0.25
HSL 2.16º 0.47% 0.54% -
HSV(B) 2.16º 0.58% 0.75% -
XYZ 26.47 18.3 9.92 -
YUV 116.54 107.95 181.83 -
System Red Green Blue C M Y K H S L
Decimal 192 85 81 0 0.56 0.58 0.25 2.16 0.47 0.54
Hex C0 55 51 0 38 3A 19 2 2F 36
Octal 300 125 121 0 70 72 31 2 57 66
Binary 11000000 1010101 1010001 0 111000 111010 11001 10 101111 110110

Color Harmonies of #C05551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05551

Black with #C05551

Text Example


Text Example

White with #C05551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05551; }

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

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

background-color css

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

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

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

border-color css

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

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

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