#C8564E

Color #C8564E Fuzzy Wuzzy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuzzy Wuzzy Brown #C8564E

Tints of Fuzzy Wuzzy Brown #C8564E

Color information

#C8564E (or 0xC8564E) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C8, 56 and 4E. RGB value is (200,86,78). Sum of RGB (Red+Green+Blue) = 200+86+78=364 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.95% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 78 (30.86% from 255 or 21.43% from 364); Max value from RGB is 200 - color contains mainly: red. Hex color #C8564E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8564E is #37A9B1. Grayscale: #777777. Windows color (decimal): -3647922 or 5134024. OLE color: 5134024.

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

Color convert

RGB2008678-
CMYK00.570.610.22
HSL3.93º52.59%54.51%-
HSV(B)3.93º61%78.43%-
XYZ28.5219.489.47-
YUV119.17104.77185.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.95%
GREEN value IS 86 (33.98% from 255) = 23.63%
BLUE value IS 78 (30.86% from 255) = 21.43%
R=54.95%
G=23.63%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200867800.570.610.223.9352.5954.51
HexC8564E0393D1643537
Octal310126116071752646567
Binary1100100010101101001110011100111110110110100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8564E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8564E; }

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

 H1.HeaderClassName
 {
   color: #C8564E;
 }
 .AnyTagClassName
 {
   color: #C8564E;
 }
</style>
background-color css

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

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

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

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

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

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