Html Css Color HEX #C95251 Fuzzy Wuzzy Brown

📋 copy color: '#C95251'

red 201 ◦ green 82 ◦ blue 81

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

Shades of Fuzzy Wuzzy Brown #C95251

Tints of Fuzzy Wuzzy Brown #C95251

RGB

 RED value IS 201 (78.91% from 255) = 55.22%

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

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

R = 55.22%
G = 22.53%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#C95251 (or 0xC95251) is known color: Fuzzy Wuzzy Brown. HEX triplet: C9, 52 and 51. RGB value is (201,82,81). Sum of RGB (Red+Green+Blue) = 201+82+81=364 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.22% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 81 (32.03% from 255 or 22.25% from 364); Max value from RGB is 201 - color contains mainly: red. Hex color #C95251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95251 is #36ADAE. Grayscale: #757575. Windows color (decimal): -3583407 or 5329609. OLE color: 5329609.

HSL color Cylindrical-coordinate representation of color #C95251: hue angle of 0.5º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C95251 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 82 81 -
CMYK 0 0.59 0.60 0.21
HSL 0.5º 0.53% 0.55% -
HSV(B) 0.5º 0.6% 0.79% -
XYZ 28.59 19.05 9.95 -
YUV 117.47 107.42 187.58 -
System Red Green Blue C M Y K H S L
Decimal 201 82 81 0 0.59 0.60 0.21 0.5 0.53 0.55
Hex C9 52 51 0 3B 3C 15 0 35 37
Octal 311 122 121 0 73 74 25 0 65 67
Binary 11001001 1010010 1010001 0 111011 111100 10101 0 110101 110111

Color Harmonies of #C95251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95251

Black with #C95251

Text Example


Text Example

White with #C95251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95251; }

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

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

background-color css

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

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

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

border-color css

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

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

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