Html Css Color HEX #C25A52 Fuzzy Wuzzy Brown

📋 copy color: '#C25A52'

red 194 ◦ green 90 ◦ blue 82

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

Shades of Fuzzy Wuzzy Brown #C25A52

Tints of Fuzzy Wuzzy Brown #C25A52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.4%

R = 53.01%
G = 24.59%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C25A52 (or 0xC25A52) is known color: Fuzzy Wuzzy Brown. HEX triplet: C2, 5A and 52. RGB value is (194,90,82). Sum of RGB (Red+Green+Blue) = 194+90+82=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25A52 is #3DA5AD. Grayscale: #787878. Windows color (decimal): -4040110 or 5397186. OLE color: 5397186.

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

Color convert

RGB 194 90 82 -
CMYK 0 0.54 0.58 0.24
HSL 4.29º 0.48% 0.54% -
HSV(B) 4.29º 0.58% 0.76% -
XYZ 27.43 19.39 10.28 -
YUV 120.18 106.46 180.65 -
System Red Green Blue C M Y K H S L
Decimal 194 90 82 0 0.54 0.58 0.24 4.29 0.48 0.54
Hex C2 5A 52 0 36 3A 18 4 30 36
Octal 302 132 122 0 66 72 30 4 60 66
Binary 11000010 1011010 1010010 0 110110 111010 11000 100 110000 110110

Color Harmonies of #C25A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25A52

Black with #C25A52

Text Example


Text Example

White with #C25A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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