Html Css Color HEX #C45958 Fuzzy Wuzzy Brown

📋 copy color: '#C45958'

red 196 ◦ green 89 ◦ blue 88

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

Shades of Fuzzy Wuzzy Brown #C45958

Tints of Fuzzy Wuzzy Brown #C45958

RGB

 RED value IS 196 (76.95% from 255) = 52.55%

 GREEN value IS 89 (35.16% from 255) = 23.86%

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

R = 52.55%
G = 23.86%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.23

RGB Variations

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

Color information

#C45958 (or 0xC45958) is known color: Fuzzy Wuzzy Brown. HEX triplet: C4, 59 and 58. RGB value is (196,89,88). Sum of RGB (Red+Green+Blue) = 196+89+88=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 88 (34.77% from 255 or 23.59% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C45958 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45958 is #3BA6A7. Grayscale: #787878. Windows color (decimal): -3909288 or 5790148. OLE color: 5790148.

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

Color convert

RGB 196 89 88 -
CMYK 0 0.55 0.55 0.23
HSL 0.56º 0.48% 0.56% -
HSV(B) 0.56º 0.55% 0.77% -
XYZ 28.1 19.59 11.53 -
YUV 120.88 109.45 181.58 -
System Red Green Blue C M Y K H S L
Decimal 196 89 88 0 0.55 0.55 0.23 0.56 0.48 0.56
Hex C4 59 58 0 37 37 17 1 30 38
Octal 304 131 130 0 67 67 27 1 60 70
Binary 11000100 1011001 1011000 0 110111 110111 10111 1 110000 111000

Color Harmonies of #C45958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45958

Black with #C45958

Text Example


Text Example

White with #C45958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45958; }

 p { color: rgb(196,89,88); }

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

background-color css

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

 a { background-color: rgb(196,89,88); }

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

border-color css

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

 span { border-color: rgb(196,89,88); }

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