Html Css Color HEX #C55553 Fuzzy Wuzzy Brown

📋 copy color: '#C55553'

red 197 ◦ green 85 ◦ blue 83

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

Shades of Fuzzy Wuzzy Brown #C55553

Tints of Fuzzy Wuzzy Brown #C55553

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.29%

 BLUE value IS 83 (32.81% from 255) = 22.74%

R = 53.97%
G = 23.29%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C55553 (or 0xC55553) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 55 and 53. RGB value is (197,85,83). Sum of RGB (Red+Green+Blue) = 197+85+83=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C55553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55553 is #3AAAAC. Grayscale: #767676. Windows color (decimal): -3844781 or 5461445. OLE color: 5461445.

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

Color convert

RGB 197 85 83 -
CMYK 0 0.57 0.58 0.23
HSL 1.05º 0.5% 0.55% -
HSV(B) 1.05º 0.58% 0.77% -
XYZ 27.84 18.99 10.38 -
YUV 118.26 108.11 184.16 -
System Red Green Blue C M Y K H S L
Decimal 197 85 83 0 0.57 0.58 0.23 1.05 0.5 0.55
Hex C5 55 53 0 39 3A 17 1 32 37
Octal 305 125 123 0 71 72 27 1 62 67
Binary 11000101 1010101 1010011 0 111001 111010 10111 1 110010 110111

Color Harmonies of #C55553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55553

Black with #C55553

Text Example


Text Example

White with #C55553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55553; }

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

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

background-color css

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

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

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

border-color css

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

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

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