Html Css Color HEX #C55752 Fuzzy Wuzzy Brown

📋 copy color: '#C55752'

red 197 ◦ green 87 ◦ blue 82

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

Shades of Fuzzy Wuzzy Brown #C55752

Tints of Fuzzy Wuzzy Brown #C55752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.4%

R = 53.83%
G = 23.77%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C55752 (or 0xC55752) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 57 and 52. RGB value is (197,87,82). Sum of RGB (Red+Green+Blue) = 197+87+82=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C55752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55752 is #3AA8AD. Grayscale: #777777. Windows color (decimal): -3844270 or 5396421. OLE color: 5396421.

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

Color convert

RGB 197 87 82 -
CMYK 0 0.56 0.58 0.23
HSL 2.61º 0.5% 0.55% -
HSV(B) 2.61º 0.58% 0.77% -
XYZ 27.96 19.3 10.23 -
YUV 119.32 106.94 183.41 -
System Red Green Blue C M Y K H S L
Decimal 197 87 82 0 0.56 0.58 0.23 2.61 0.5 0.55
Hex C5 57 52 0 38 3A 17 3 32 37
Octal 305 127 122 0 70 72 27 3 62 67
Binary 11000101 1010111 1010010 0 111000 111010 10111 11 110010 110111

Color Harmonies of #C55752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55752

Black with #C55752

Text Example


Text Example

White with #C55752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55752; }

 p { color: rgb(197,87,82); }

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

background-color css

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

 a { background-color: rgb(197,87,82); }

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

border-color css

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

 span { border-color: rgb(197,87,82); }

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