Html Css Color HEX #C85450 Fuzzy Wuzzy Brown

📋 copy color: '#C85450'

red 200 ◦ green 84 ◦ blue 80

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

Shades of Fuzzy Wuzzy Brown #C85450

Tints of Fuzzy Wuzzy Brown #C85450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.98%

R = 54.95%
G = 23.08%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#C85450 (or 0xC85450) is known color: Fuzzy Wuzzy Brown. HEX triplet: C8, 54 and 50. RGB value is (200,84,80). Sum of RGB (Red+Green+Blue) = 200+84+80=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 80 (31.64% from 255 or 21.98% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C85450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85450 is #37ABAF. Grayscale: #767676. Windows color (decimal): -3648432 or 5264584. OLE color: 5264584.

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

Color convert

RGB 200 84 80 -
CMYK 0 0.58 0.6 0.22
HSL 0.52% 0.55% -
HSV(B) 0.6% 0.78% -
XYZ 28.44 19.2 9.8 -
YUV 118.23 106.43 186.33 -
System Red Green Blue C M Y K H S L
Decimal 200 84 80 0 0.58 0.6 0.22 2 0.52 0.55
Hex C8 54 50 0 3A 3C 16 2 34 37
Octal 310 124 120 0 72 74 26 2 64 67
Binary 11001000 1010100 1010000 0 111010 111100 10110 10 110100 110111

Color Harmonies of #C85450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85450

Black with #C85450

Text Example


Text Example

White with #C85450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85450; }

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

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

background-color css

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

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

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

border-color css

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

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

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