Html Css Color HEX #C45C57 Fuzzy Wuzzy Brown

📋 copy color: '#C45C57'

red 196 ◦ green 92 ◦ blue 87

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

Shades of Fuzzy Wuzzy Brown #C45C57

Tints of Fuzzy Wuzzy Brown #C45C57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 23.2%

R = 52.27%
G = 24.53%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C45C57 (or 0xC45C57) is known color: Fuzzy Wuzzy Brown. HEX triplet: C4, 5C and 57. RGB value is (196,92,87). Sum of RGB (Red+Green+Blue) = 196+92+87=375 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.27% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 87 (34.38% from 255 or 23.2% from 375); Max value from RGB is 196 - color contains mainly: red. Hex color #C45C57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45C57 is #3BA3A8. Grayscale: #7A7A7A. Windows color (decimal): -3908521 or 5725380. OLE color: 5725380.

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

Color convert

RGB 196 92 87 -
CMYK 0 0.53 0.56 0.23
HSL 2.75º 0.48% 0.55% -
HSV(B) 2.75º 0.56% 0.77% -
XYZ 28.31 20.08 11.4 -
YUV 122.53 107.96 180.41 -
System Red Green Blue C M Y K H S L
Decimal 196 92 87 0 0.53 0.56 0.23 2.75 0.48 0.55
Hex C4 5C 57 0 35 38 17 3 30 37
Octal 304 134 127 0 65 70 27 3 60 67
Binary 11000100 1011100 1010111 0 110101 111000 10111 11 110000 110111

Color Harmonies of #C45C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45C57

Black with #C45C57

Text Example


Text Example

White with #C45C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45C57; }

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

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

background-color css

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

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

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

border-color css

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

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

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