Html Css Color HEX #C25251 Fuzzy Wuzzy Brown

📋 copy color: '#C25251'

red 194 ◦ green 82 ◦ blue 81

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

Shades of Fuzzy Wuzzy Brown #C25251

Tints of Fuzzy Wuzzy Brown #C25251

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.97%

 BLUE value IS 81 (32.03% from 255) = 22.69%

R = 54.34%
G = 22.97%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C25251 (or 0xC25251) is known color: Fuzzy Wuzzy Brown. HEX triplet: C2, 52 and 51. RGB value is (194,82,81). Sum of RGB (Red+Green+Blue) = 194+82+81=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 82 (32.42% from 255 or 22.97% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C25251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25251 is #3DADAE. Grayscale: #737373. Windows color (decimal): -4042159 or 5329602. OLE color: 5329602.

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

Color convert

RGB 194 82 81 -
CMYK 0 0.58 0.58 0.24
HSL 0.53º 0.48% 0.54% -
HSV(B) 0.53º 0.58% 0.76% -
XYZ 26.75 18.1 9.87 -
YUV 115.37 108.61 184.08 -
System Red Green Blue C M Y K H S L
Decimal 194 82 81 0 0.58 0.58 0.24 0.53 0.48 0.54
Hex C2 52 51 0 3A 3A 18 1 30 36
Octal 302 122 121 0 72 72 30 1 60 66
Binary 11000010 1010010 1010001 0 111010 111010 11000 1 110000 110110

Color Harmonies of #C25251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25251

Black with #C25251

Text Example


Text Example

White with #C25251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25251; }

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

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

background-color css

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

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

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

border-color css

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

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

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