Html Css Color HEX #C85958 Fuzzy Wuzzy Brown

📋 copy color: '#C85958'

red 200 ◦ green 89 ◦ blue 88

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

Shades of Fuzzy Wuzzy Brown #C85958

Tints of Fuzzy Wuzzy Brown #C85958

RGB

 RED value IS 200 (78.52% from 255) = 53.05%

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

 BLUE value IS 88 (34.77% from 255) = 23.34%

R = 53.05%
G = 23.61%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C85958 (or 0xC85958) is known color: Fuzzy Wuzzy Brown. HEX triplet: C8, 59 and 58. RGB value is (200,89,88). Sum of RGB (Red+Green+Blue) = 200+89+88=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C85958 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85958 is #37A6A7. Grayscale: #7A7A7A. Windows color (decimal): -3647144 or 5790152. OLE color: 5790152.

HSL color Cylindrical-coordinate representation of color #C85958: hue angle of 0.54º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C85958 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 89 88 -
CMYK 0 0.56 0.56 0.22
HSL 0.54º 0.5% 0.56% -
HSV(B) 0.54º 0.56% 0.78% -
XYZ 29.15 20.13 11.58 -
YUV 122.08 108.77 183.58 -
System Red Green Blue C M Y K H S L
Decimal 200 89 88 0 0.56 0.56 0.22 0.54 0.5 0.56
Hex C8 59 58 0 38 38 16 1 32 38
Octal 310 131 130 0 70 70 26 1 62 70
Binary 11001000 1011001 1011000 0 111000 111000 10110 1 110010 111000

Color Harmonies of #C85958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85958

Black with #C85958

Text Example


Text Example

White with #C85958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85958; }

 p { color: rgb(200,89,88); }

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

background-color css

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

 a { background-color: rgb(200,89,88); }

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

border-color css

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

 span { border-color: rgb(200,89,88); }

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