Html Css Color HEX #C55454 Fuzzy Wuzzy Brown

📋 copy color: '#C55454'

red 197 ◦ green 84 ◦ blue 84

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

Shades of Fuzzy Wuzzy Brown #C55454

Tints of Fuzzy Wuzzy Brown #C55454

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.01%

 BLUE value IS 84 (33.2% from 255) = 23.01%

R = 53.97%
G = 23.01%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C55454 (or 0xC55454) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 54 and 54. RGB value is (197,84,84). Sum of RGB (Red+Green+Blue) = 197+84+84=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 84 (33.20% from 255 or 23.01% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C55454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55454 is #3AABAB. Grayscale: #757575. Windows color (decimal): -3845036 or 5526725. OLE color: 5526725.

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

Color convert

RGB 197 84 84 -
CMYK 0 0.57 0.57 0.23
HSL 0.49% 0.55% -
HSV(B) 0.57% 0.77% -
XYZ 27.8 18.85 10.56 -
YUV 117.79 108.94 184.5 -
System Red Green Blue C M Y K H S L
Decimal 197 84 84 0 0.57 0.57 0.23 0 0.49 0.55
Hex C5 54 54 0 39 39 17 0 31 37
Octal 305 124 124 0 71 71 27 0 61 67
Binary 11000101 1010100 1010100 0 111001 111001 10111 0 110001 110111

Color Harmonies of #C55454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55454

Black with #C55454

Text Example


Text Example

White with #C55454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55454; }

 p { color: rgb(197,84,84); }

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

background-color css

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

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

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

border-color css

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

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

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