Html Css Color HEX #C9514F Fuzzy Wuzzy Brown

📋 copy color: '#C9514F'

red 201 ◦ green 81 ◦ blue 79

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

Shades of Fuzzy Wuzzy Brown #C9514F

Tints of Fuzzy Wuzzy Brown #C9514F

RGB

 RED value IS 201 (78.91% from 255) = 55.68%

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

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

R = 55.68%
G = 22.44%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C9514F (or 0xC9514F) is known color: Fuzzy Wuzzy Brown. HEX triplet: C9, 51 and 4F. RGB value is (201,81,79). Sum of RGB (Red+Green+Blue) = 201+81+79=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C9514F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9514F is #36AEB0. Grayscale: #747474. Windows color (decimal): -3583665 or 5198281. OLE color: 5198281.

HSL color Cylindrical-coordinate representation of color #C9514F: hue angle of 0.98º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C9514F is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 81 79 -
CMYK 0 0.60 0.61 0.21
HSL 0.98º 0.53% 0.55% -
HSV(B) 0.98º 0.61% 0.79% -
XYZ 28.44 18.87 9.54 -
YUV 116.65 106.76 188.16 -
System Red Green Blue C M Y K H S L
Decimal 201 81 79 0 0.60 0.61 0.21 0.98 0.53 0.55
Hex C9 51 4F 0 3C 3D 15 1 35 37
Octal 311 121 117 0 74 75 25 1 65 67
Binary 11001001 1010001 1001111 0 111100 111101 10101 1 110101 110111

Color Harmonies of #C9514F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9514F

Black with #C9514F

Text Example


Text Example

White with #C9514F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9514F; }

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

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

background-color css

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

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

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

border-color css

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

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

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