Html Css Color HEX #C55C58 Fuzzy Wuzzy Brown

📋 copy color: '#C55C58'

red 197 ◦ green 92 ◦ blue 88

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

Shades of Fuzzy Wuzzy Brown #C55C58

Tints of Fuzzy Wuzzy Brown #C55C58

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.4%

 BLUE value IS 88 (34.77% from 255) = 23.34%

R = 52.25%
G = 24.4%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C55C58 (or 0xC55C58) is known color: Fuzzy Wuzzy Brown. HEX triplet: C5, 5C and 58. RGB value is (197,92,88). Sum of RGB (Red+Green+Blue) = 197+92+88=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55C58 is #3AA3A7. Grayscale: #7B7B7B. Windows color (decimal): -3842984 or 5790917. OLE color: 5790917.

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

Color convert

RGB 197 92 88 -
CMYK 0 0.53 0.55 0.23
HSL 2.2º 0.48% 0.56% -
HSV(B) 2.2º 0.55% 0.77% -
XYZ 28.61 20.23 11.63 -
YUV 122.94 108.29 180.83 -
System Red Green Blue C M Y K H S L
Decimal 197 92 88 0 0.53 0.55 0.23 2.2 0.48 0.56
Hex C5 5C 58 0 35 37 17 2 30 38
Octal 305 134 130 0 65 67 27 2 60 70
Binary 11000101 1011100 1011000 0 110101 110111 10111 10 110000 111000

Color Harmonies of #C55C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55C58

Black with #C55C58

Text Example


Text Example

White with #C55C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55C58; }

 p { color: rgb(197,92,88); }

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

background-color css

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

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

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

border-color css

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

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

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