Html Css Color HEX #C25952 Fuzzy Wuzzy Brown

📋 copy color: '#C25952'

red 194 ◦ green 89 ◦ blue 82

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

Shades of Fuzzy Wuzzy Brown #C25952

Tints of Fuzzy Wuzzy Brown #C25952

RGB

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

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

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

R = 53.15%
G = 24.38%
B = 22.47%

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

#C25952 (or 0xC25952) is known color: Fuzzy Wuzzy Brown. HEX triplet: C2, 59 and 52. RGB value is (194,89,82). Sum of RGB (Red+Green+Blue) = 194+89+82=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C25952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25952 is #3DA6AD. Grayscale: #777777. Windows color (decimal): -4040366 or 5396930. OLE color: 5396930.

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

Color convert

RGB 194 89 82 -
CMYK 0 0.54 0.58 0.24
HSL 3.75º 0.48% 0.54% -
HSV(B) 3.75º 0.58% 0.76% -
XYZ 27.34 19.22 10.25 -
YUV 119.6 106.79 181.07 -
System Red Green Blue C M Y K H S L
Decimal 194 89 82 0 0.54 0.58 0.24 3.75 0.48 0.54
Hex C2 59 52 0 36 3A 18 4 30 36
Octal 302 131 122 0 66 72 30 4 60 66
Binary 11000010 1011001 1010010 0 110110 111010 11000 100 110000 110110

Color Harmonies of #C25952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25952

Black with #C25952

Text Example


Text Example

White with #C25952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25952; }

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

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

background-color css

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

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

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

border-color css

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

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

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