Html Css Color HEX #C85454 Fuzzy Wuzzy Brown

📋 copy color: '#C85454'

red 200 ◦ green 84 ◦ blue 84

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

Shades of Fuzzy Wuzzy Brown #C85454

Tints of Fuzzy Wuzzy Brown #C85454

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.83%

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

R = 54.35%
G = 22.83%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C85454 (or 0xC85454) is known color: Fuzzy Wuzzy Brown. HEX triplet: C8, 54 and 54. RGB value is (200,84,84). Sum of RGB (Red+Green+Blue) = 200+84+84=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 84 (33.20% from 255 or 22.83% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C85454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85454 is #37ABAB. Grayscale: #767676. Windows color (decimal): -3648428 or 5526728. OLE color: 5526728.

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

Color convert

RGB 200 84 84 -
CMYK 0 0.58 0.58 0.22
HSL 0.51% 0.56% -
HSV(B) 0.58% 0.78% -
XYZ 28.59 19.26 10.6 -
YUV 118.68 108.43 186 -
System Red Green Blue C M Y K H S L
Decimal 200 84 84 0 0.58 0.58 0.22 0 0.51 0.56
Hex C8 54 54 0 3A 3A 16 0 33 38
Octal 310 124 124 0 72 72 26 0 63 70
Binary 11001000 1010100 1010100 0 111010 111010 10110 0 110011 111000

Color Harmonies of #C85454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85454

Black with #C85454

Text Example


Text Example

White with #C85454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85454; }

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

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

background-color css

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

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

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

border-color css

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

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

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