Html Css Color HEX #C95654 Fuzzy Wuzzy Brown

📋 copy color: '#C95654'

red 201 ◦ green 86 ◦ blue 84

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

Shades of Fuzzy Wuzzy Brown #C95654

Tints of Fuzzy Wuzzy Brown #C95654

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.18%

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

R = 54.18%
G = 23.18%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#C95654 (or 0xC95654) is known color: Fuzzy Wuzzy Brown. HEX triplet: C9, 56 and 54. RGB value is (201,86,84). Sum of RGB (Red+Green+Blue) = 201+86+84=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C95654 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95654 is #36A9AB. Grayscale: #787878. Windows color (decimal): -3582380 or 5527241. OLE color: 5527241.

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

Color convert

RGB 201 86 84 -
CMYK 0 0.57 0.58 0.21
HSL 1.03º 0.52% 0.56% -
HSV(B) 1.03º 0.58% 0.79% -
XYZ 29.02 19.71 10.66 -
YUV 120.16 107.6 185.66 -
System Red Green Blue C M Y K H S L
Decimal 201 86 84 0 0.57 0.58 0.21 1.03 0.52 0.56
Hex C9 56 54 0 39 3A 15 1 34 38
Octal 311 126 124 0 71 72 25 1 64 70
Binary 11001001 1010110 1010100 0 111001 111010 10101 1 110100 111000

Color Harmonies of #C95654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95654

Black with #C95654

Text Example


Text Example

White with #C95654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95654; }

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

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

background-color css

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

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

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

border-color css

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

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

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