Html Css Color HEX #C85858 Fuzzy Wuzzy Brown

📋 copy color: '#C85858'

red 200 ◦ green 88 ◦ blue 88

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

Shades of Fuzzy Wuzzy Brown #C85858

Tints of Fuzzy Wuzzy Brown #C85858

RGB

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

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

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

R = 53.19%
G = 23.4%
B = 23.4%

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

#C85858 (or 0xC85858) is known color: Fuzzy Wuzzy Brown. HEX triplet: C8, 58 and 58. RGB value is (200,88,88). Sum of RGB (Red+Green+Blue) = 200+88+88=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 88 (34.77% from 255 or 23.40% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C85858 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85858 is #37A7A7. Grayscale: #797979. Windows color (decimal): -3647400 or 5789896. OLE color: 5789896.

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

Color convert

RGB 200 88 88 -
CMYK 0 0.56 0.56 0.22
HSL 0.5% 0.56% -
HSV(B) 0.56% 0.78% -
XYZ 29.07 19.96 11.55 -
YUV 121.49 109.11 184 -
System Red Green Blue C M Y K H S L
Decimal 200 88 88 0 0.56 0.56 0.22 0 0.5 0.56
Hex C8 58 58 0 38 38 16 0 32 38
Octal 310 130 130 0 70 70 26 0 62 70
Binary 11001000 1011000 1011000 0 111000 111000 10110 0 110010 111000

Color Harmonies of #C85858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85858

Black with #C85858

Text Example


Text Example

White with #C85858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85858; }

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

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

background-color css

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

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

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

border-color css

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

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

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