Html Css Color HEX #C45C59 Fuzzy Wuzzy Brown

📋 copy color: '#C45C59'

red 196 ◦ green 92 ◦ blue 89

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

Shades of Fuzzy Wuzzy Brown #C45C59

Tints of Fuzzy Wuzzy Brown #C45C59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 23.61%

R = 51.99%
G = 24.4%
B = 23.61%

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

#C45C59 (or 0xC45C59) is known color: Fuzzy Wuzzy Brown. HEX triplet: C4, 5C and 59. RGB value is (196,92,89). Sum of RGB (Red+Green+Blue) = 196+92+89=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C45C59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45C59 is #3BA3A6. Grayscale: #7A7A7A. Windows color (decimal): -3908519 or 5856452. OLE color: 5856452.

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

Color convert

RGB 196 92 89 -
CMYK 0 0.53 0.55 0.23
HSL 1.68º 0.48% 0.56% -
HSV(B) 1.68º 0.55% 0.77% -
XYZ 28.4 20.11 11.84 -
YUV 122.75 108.96 180.24 -
System Red Green Blue C M Y K H S L
Decimal 196 92 89 0 0.53 0.55 0.23 1.68 0.48 0.56
Hex C4 5C 59 0 35 37 17 2 30 38
Octal 304 134 131 0 65 67 27 2 60 70
Binary 11000100 1011100 1011001 0 110101 110111 10111 10 110000 111000

Color Harmonies of #C45C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45C59

Black with #C45C59

Text Example


Text Example

White with #C45C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45C59; }

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

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

background-color css

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

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

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

border-color css

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

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

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