Html Css Color HEX #C55855 Fuzzy Wuzzy Brown

📋 copy color: '#C55855'

red 197 ◦ green 88 ◦ blue 85

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

Shades of Fuzzy Wuzzy Brown #C55855

Tints of Fuzzy Wuzzy Brown #C55855

RGB

 RED value IS 197 (77.34% from 255) = 53.24%

 GREEN value IS 88 (34.77% from 255) = 23.78%

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

R = 53.24%
G = 23.78%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C55855 (or 0xC55855) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 58 and 55. RGB value is (197,88,85). Sum of RGB (Red+Green+Blue) = 197+88+85=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 85 (33.59% from 255 or 22.97% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C55855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55855 is #3AA7AA. Grayscale: #787878. Windows color (decimal): -3844011 or 5593285. OLE color: 5593285.

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

Color convert

RGB 197 88 85 -
CMYK 0 0.55 0.57 0.23
HSL 1.61º 0.49% 0.55% -
HSV(B) 1.61º 0.57% 0.77% -
XYZ 28.16 19.51 10.88 -
YUV 120.25 108.11 182.74 -
System Red Green Blue C M Y K H S L
Decimal 197 88 85 0 0.55 0.57 0.23 1.61 0.49 0.55
Hex C5 58 55 0 37 39 17 2 31 37
Octal 305 130 125 0 67 71 27 2 61 67
Binary 11000101 1011000 1010101 0 110111 111001 10111 10 110001 110111

Color Harmonies of #C55855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55855

Black with #C55855

Text Example


Text Example

White with #C55855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55855; }

 p { color: rgb(197,88,85); }

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

background-color css

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

 a { background-color: rgb(197,88,85); }

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

border-color css

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

 span { border-color: rgb(197,88,85); }

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