Html Css Color HEX #C55251 Fuzzy Wuzzy Brown

📋 copy color: '#C55251'

red 197 ◦ green 82 ◦ blue 81

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

Shades of Fuzzy Wuzzy Brown #C55251

Tints of Fuzzy Wuzzy Brown #C55251

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.78%

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

R = 54.72%
G = 22.78%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C55251 (or 0xC55251) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 52 and 51. RGB value is (197,82,81). Sum of RGB (Red+Green+Blue) = 197+82+81=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 82 (32.42% from 255 or 22.78% from 360); Blue value is 81 (32.03% from 255 or 22.5% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C55251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55251 is #3AADAE. Grayscale: #747474. Windows color (decimal): -3845551 or 5329605. OLE color: 5329605.

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

Color convert

RGB 197 82 81 -
CMYK 0 0.58 0.59 0.23
HSL 0.52º 0.5% 0.55% -
HSV(B) 0.52º 0.59% 0.77% -
XYZ 27.53 18.5 9.9 -
YUV 116.27 108.1 185.58 -
System Red Green Blue C M Y K H S L
Decimal 197 82 81 0 0.58 0.59 0.23 0.52 0.5 0.55
Hex C5 52 51 0 3A 3B 17 1 32 37
Octal 305 122 121 0 72 73 27 1 62 67
Binary 11000101 1010010 1010001 0 111010 111011 10111 1 110010 110111

Color Harmonies of #C55251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55251

Black with #C55251

Text Example


Text Example

White with #C55251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55251; }

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

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

background-color css

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

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

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

border-color css

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

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

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