Html Css Color HEX #C9564E Fuzzy Wuzzy Brown

📋 copy color: '#C9564E'

red 201 ◦ green 86 ◦ blue 78

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

Shades of Fuzzy Wuzzy Brown #C9564E

Tints of Fuzzy Wuzzy Brown #C9564E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.56%

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

R = 55.07%
G = 23.56%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C9564E (or 0xC9564E) is known color: Fuzzy Wuzzy Brown. HEX triplet: C9, 56 and 4E. RGB value is (201,86,78). Sum of RGB (Red+Green+Blue) = 201+86+78=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C9564E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9564E is #36A9B1. Grayscale: #777777. Windows color (decimal): -3582386 or 5134025. OLE color: 5134025.

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

Color convert

RGB 201 86 78 -
CMYK 0 0.57 0.61 0.21
HSL 3.9º 0.53% 0.55% -
HSV(B) 3.9º 0.61% 0.79% -
XYZ 28.79 19.62 9.48 -
YUV 119.47 104.6 186.15 -
System Red Green Blue C M Y K H S L
Decimal 201 86 78 0 0.57 0.61 0.21 3.9 0.53 0.55
Hex C9 56 4E 0 39 3D 15 4 35 37
Octal 311 126 116 0 71 75 25 4 65 67
Binary 11001001 1010110 1001110 0 111001 111101 10101 100 110101 110111

Color Harmonies of #C9564E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9564E

Black with #C9564E

Text Example


Text Example

White with #C9564E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9564E; }

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

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

background-color css

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

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

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

border-color css

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

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

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