Html Css Color HEX #C55B55 Fuzzy Wuzzy Brown

📋 copy color: '#C55B55'

red 197 ◦ green 91 ◦ blue 85

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

Shades of Fuzzy Wuzzy Brown #C55B55

Tints of Fuzzy Wuzzy Brown #C55B55

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.4%

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

R = 52.82%
G = 24.4%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C55B55 (or 0xC55B55) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 5B and 55. RGB value is (197,91,85). Sum of RGB (Red+Green+Blue) = 197+91+85=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 85 (33.59% from 255 or 22.79% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55B55 is #3AA4AA. Grayscale: #7A7A7A. Windows color (decimal): -3843243 or 5594053. OLE color: 5594053.

HSL color Cylindrical-coordinate representation of color #C55B55: hue angle of 3.21º 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 #C55B55 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 91 85 -
CMYK 0 0.54 0.57 0.23
HSL 3.21º 0.49% 0.55% -
HSV(B) 3.21º 0.57% 0.77% -
XYZ 28.41 20.01 10.96 -
YUV 122.01 107.12 181.49 -
System Red Green Blue C M Y K H S L
Decimal 197 91 85 0 0.54 0.57 0.23 3.21 0.49 0.55
Hex C5 5B 55 0 36 39 17 3 31 37
Octal 305 133 125 0 66 71 27 3 61 67
Binary 11000101 1011011 1010101 0 110110 111001 10111 11 110001 110111

Color Harmonies of #C55B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55B55

Black with #C55B55

Text Example


Text Example

White with #C55B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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