Html Css Color HEX #C25957 Fuzzy Wuzzy Brown

📋 copy color: '#C25957'

red 194 ◦ green 89 ◦ blue 87

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

Shades of Fuzzy Wuzzy Brown #C25957

Tints of Fuzzy Wuzzy Brown #C25957

RGB

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

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

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

R = 52.43%
G = 24.05%
B = 23.51%

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

#C25957 (or 0xC25957) is known color: Fuzzy Wuzzy Brown. HEX triplet: C2, 59 and 57. RGB value is (194,89,87). Sum of RGB (Red+Green+Blue) = 194+89+87=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 87 (34.38% from 255 or 23.51% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C25957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25957 is #3DA6A8. Grayscale: #787878. Windows color (decimal): -4040361 or 5724610. OLE color: 5724610.

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

Color convert

RGB 194 89 87 -
CMYK 0 0.54 0.55 0.24
HSL 1.12º 0.47% 0.55% -
HSV(B) 1.12º 0.55% 0.76% -
XYZ 27.54 19.3 11.29 -
YUV 120.17 109.29 180.66 -
System Red Green Blue C M Y K H S L
Decimal 194 89 87 0 0.54 0.55 0.24 1.12 0.47 0.55
Hex C2 59 57 0 36 37 18 1 2F 37
Octal 302 131 127 0 66 67 30 1 57 67
Binary 11000010 1011001 1010111 0 110110 110111 11000 1 101111 110111

Color Harmonies of #C25957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25957

Black with #C25957

Text Example


Text Example

White with #C25957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25957; }

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

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

background-color css

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

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

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

border-color css

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

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

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