Html Css Color HEX #C95954 Fuzzy Wuzzy Brown

📋 copy color: '#C95954'

red 201 ◦ green 89 ◦ blue 84

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

Shades of Fuzzy Wuzzy Brown #C95954

Tints of Fuzzy Wuzzy Brown #C95954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.46%

R = 53.74%
G = 23.8%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#C95954 (or 0xC95954) is known color: Fuzzy Wuzzy Brown. HEX triplet: C9, 59 and 54. RGB value is (201,89,84). Sum of RGB (Red+Green+Blue) = 201+89+84=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 84 (33.20% from 255 or 22.46% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C95954 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95954 is #36A6AB. Grayscale: #7A7A7A. Windows color (decimal): -3581612 or 5528009. OLE color: 5528009.

HSL color Cylindrical-coordinate representation of color #C95954: hue angle of 2.56º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C95954 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 89 84 -
CMYK 0 0.56 0.58 0.21
HSL 2.56º 0.52% 0.56% -
HSV(B) 2.56º 0.58% 0.79% -
XYZ 29.26 20.2 10.74 -
YUV 121.92 106.61 184.41 -
System Red Green Blue C M Y K H S L
Decimal 201 89 84 0 0.56 0.58 0.21 2.56 0.52 0.56
Hex C9 59 54 0 38 3A 15 3 34 38
Octal 311 131 124 0 70 72 25 3 64 70
Binary 11001001 1011001 1010100 0 111000 111010 10101 11 110100 111000

Color Harmonies of #C95954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95954

Black with #C95954

Text Example


Text Example

White with #C95954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95954; }

 p { color: rgb(201,89,84); }

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

background-color css

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

 a { background-color: rgb(201,89,84); }

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

border-color css

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

 span { border-color: rgb(201,89,84); }

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