Html Css Color HEX #C8514F Fuzzy Wuzzy Brown

📋 copy color: '#C8514F'

red 200 ◦ green 81 ◦ blue 79

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

Shades of Fuzzy Wuzzy Brown #C8514F

Tints of Fuzzy Wuzzy Brown #C8514F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.5%

 BLUE value IS 79 (31.25% from 255) = 21.94%

R = 55.56%
G = 22.5%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C8514F (or 0xC8514F) is known color: Fuzzy Wuzzy Brown. HEX triplet: C8, 51 and 4F. RGB value is (200,81,79). Sum of RGB (Red+Green+Blue) = 200+81+79=360 (47% of max value = 765). Red value is 200 (78.52% from 255 or 55.56% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 200 - color contains mainly: red. Hex color #C8514F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8514F is #37AEB0. Grayscale: #747474. Windows color (decimal): -3649201 or 5198280. OLE color: 5198280.

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

Color convert

RGB 200 81 79 -
CMYK 0 0.59 0.60 0.22
HSL 0.99º 0.52% 0.55% -
HSV(B) 0.99º 0.61% 0.78% -
XYZ 28.17 18.73 9.53 -
YUV 116.35 106.92 187.66 -
System Red Green Blue C M Y K H S L
Decimal 200 81 79 0 0.59 0.60 0.22 0.99 0.52 0.55
Hex C8 51 4F 0 3B 3C 16 1 34 37
Octal 310 121 117 0 73 74 26 1 64 67
Binary 11001000 1010001 1001111 0 111011 111100 10110 1 110100 110111

Color Harmonies of #C8514F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8514F

Black with #C8514F

Text Example


Text Example

White with #C8514F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8514F; }

 p { color: rgb(200,81,79); }

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

background-color css

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

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

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

border-color css

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

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

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