Html Css Color HEX #C95855 Fuzzy Wuzzy Brown

📋 copy color: '#C95855'

red 201 ◦ green 88 ◦ blue 85

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

Shades of Fuzzy Wuzzy Brown #C95855

Tints of Fuzzy Wuzzy Brown #C95855

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.53%

 BLUE value IS 85 (33.59% from 255) = 22.73%

R = 53.74%
G = 23.53%
B = 22.73%

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

#C95855 (or 0xC95855) is known color: Fuzzy Wuzzy Brown. HEX triplet: C9, 58 and 55. RGB value is (201,88,85). Sum of RGB (Red+Green+Blue) = 201+88+85=374 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.74% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 85 (33.59% from 255 or 22.73% from 374); Max value from RGB is 201 - color contains mainly: red. Hex color #C95855 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95855 is #36A7AA. Grayscale: #797979. Windows color (decimal): -3581867 or 5593289. OLE color: 5593289.

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

Color convert

RGB 201 88 85 -
CMYK 0 0.56 0.58 0.21
HSL 1.55º 0.52% 0.56% -
HSV(B) 1.55º 0.58% 0.79% -
XYZ 29.22 20.05 10.93 -
YUV 121.45 107.44 184.74 -
System Red Green Blue C M Y K H S L
Decimal 201 88 85 0 0.56 0.58 0.21 1.55 0.52 0.56
Hex C9 58 55 0 38 3A 15 2 34 38
Octal 311 130 125 0 70 72 25 2 64 70
Binary 11001001 1011000 1010101 0 111000 111010 10101 10 110100 111000

Color Harmonies of #C95855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95855

Black with #C95855

Text Example


Text Example

White with #C95855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95855; }

 p { color: rgb(201,88,85); }

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

background-color css

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

 a { background-color: rgb(201,88,85); }

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

border-color css

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

 span { border-color: rgb(201,88,85); }

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