Html Css Color HEX #C25A57 Fuzzy Wuzzy Brown

📋 copy color: '#C25A57'

red 194 ◦ green 90 ◦ blue 87

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

Shades of Fuzzy Wuzzy Brown #C25A57

Tints of Fuzzy Wuzzy Brown #C25A57

RGB

 RED value IS 194 (76.17% from 255) = 52.29%

 GREEN value IS 90 (35.55% from 255) = 24.26%

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

R = 52.29%
G = 24.26%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C25A57 (or 0xC25A57) is known color: Fuzzy Wuzzy Brown. HEX triplet: C2, 5A and 57. RGB value is (194,90,87). Sum of RGB (Red+Green+Blue) = 194+90+87=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 87 (34.38% from 255 or 23.45% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25A57 is #3DA5A8. Grayscale: #787878. Windows color (decimal): -4040105 or 5724866. OLE color: 5724866.

HSL color Cylindrical-coordinate representation of color #C25A57: hue angle of 1.68º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C25A57 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 90 87 -
CMYK 0 0.54 0.55 0.24
HSL 1.68º 0.47% 0.55% -
HSV(B) 1.68º 0.55% 0.76% -
XYZ 27.62 19.47 11.32 -
YUV 120.75 108.96 180.24 -
System Red Green Blue C M Y K H S L
Decimal 194 90 87 0 0.54 0.55 0.24 1.68 0.47 0.55
Hex C2 5A 57 0 36 37 18 2 2F 37
Octal 302 132 127 0 66 67 30 2 57 67
Binary 11000010 1011010 1010111 0 110110 110111 11000 10 101111 110111

Color Harmonies of #C25A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25A57

Black with #C25A57

Text Example


Text Example

White with #C25A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25A57; }

 p { color: rgb(194,90,87); }

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

background-color css

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

 a { background-color: rgb(194,90,87); }

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

border-color css

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

 span { border-color: rgb(194,90,87); }

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