Html Css Color HEX #C9504E Fuzzy Wuzzy Brown

📋 copy color: '#C9504E'

red 201 ◦ green 80 ◦ blue 78

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

Shades of Fuzzy Wuzzy Brown #C9504E

Tints of Fuzzy Wuzzy Brown #C9504E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.28%

 BLUE value IS 78 (30.86% from 255) = 21.73%

R = 55.99%
G = 22.28%
B = 21.73%

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

#C9504E (or 0xC9504E) is known color: Fuzzy Wuzzy Brown. HEX triplet: C9, 50 and 4E. RGB value is (201,80,78). Sum of RGB (Red+Green+Blue) = 201+80+78=359 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.99% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 78 (30.86% from 255 or 21.73% from 359); Max value from RGB is 201 - color contains mainly: red. Hex color #C9504E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9504E is #36AFB1. Grayscale: #747474. Windows color (decimal): -3583922 or 5132489. OLE color: 5132489.

HSL color Cylindrical-coordinate representation of color #C9504E: 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 #C9504E is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 80 78 -
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.33 18.7 9.32 -
YUV 115.95 106.59 188.66 -
System Red Green Blue C M Y K H S L
Decimal 201 80 78 0 0.60 0.61 0.21 0.98 0.53 0.55
Hex C9 50 4E 0 3C 3D 15 1 35 37
Octal 311 120 116 0 74 75 25 1 65 67
Binary 11001001 1010000 1001110 0 111100 111101 10101 1 110101 110111

Color Harmonies of #C9504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9504E

Black with #C9504E

Text Example


Text Example

White with #C9504E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9504E; }

 p { color: rgb(201,80,78); }

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

background-color css

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

 a { background-color: rgb(201,80,78); }

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

border-color css

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

 span { border-color: rgb(201,80,78); }

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