Html Css Color HEX #C95853 Fuzzy Wuzzy Brown

📋 copy color: '#C95853'

red 201 ◦ green 88 ◦ blue 83

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

Shades of Fuzzy Wuzzy Brown #C95853

Tints of Fuzzy Wuzzy Brown #C95853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 22.31%

R = 54.03%
G = 23.66%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#C95853 (or 0xC95853) is known color: Fuzzy Wuzzy Brown. HEX triplet: C9, 58 and 53. RGB value is (201,88,83). Sum of RGB (Red+Green+Blue) = 201+88+83=372 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.03% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 83 (32.81% from 255 or 22.31% from 372); Max value from RGB is 201 - color contains mainly: red. Hex color #C95853 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95853 is #36A7AC. Grayscale: #797979. Windows color (decimal): -3581869 or 5462217. OLE color: 5462217.

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

Color convert

RGB 201 88 83 -
CMYK 0 0.56 0.59 0.21
HSL 2.54º 0.52% 0.56% -
HSV(B) 2.54º 0.59% 0.79% -
XYZ 29.14 20.02 10.51 -
YUV 121.22 106.44 184.91 -
System Red Green Blue C M Y K H S L
Decimal 201 88 83 0 0.56 0.59 0.21 2.54 0.52 0.56
Hex C9 58 53 0 38 3B 15 3 34 38
Octal 311 130 123 0 70 73 25 3 64 70
Binary 11001001 1011000 1010011 0 111000 111011 10101 11 110100 111000

Color Harmonies of #C95853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C95853

Black with #C95853

Text Example


Text Example

White with #C95853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C95853; }

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

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

background-color css

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

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

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

border-color css

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

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

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