#C85352

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

Shades of Fuzzy Wuzzy Brown #C85352

Tints of Fuzzy Wuzzy Brown #C85352

Color information

#C85352 (or 0xC85352) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C8, 53 and 52. RGB value is (200,83,82). Sum of RGB (Red+Green+Blue) = 200+83+82=365 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.79% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 82 (32.42% from 255 or 22.47% from 365); Max value from RGB is 200 - color contains mainly: red. Hex color #C85352 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85352 is #37ACAD. Grayscale: #757575. Windows color (decimal): -3648686 or 5395400. OLE color: 5395400.

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

Color convert

RGB2008382-
CMYK00.580.590.22
HSL0.51º51.75%55.29%-
HSV(B)0.51º59%78.43%-
XYZ28.4419.0810.17-
YUV117.87107.76186.58-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.79%
GREEN value IS 83 (32.81% from 255) = 22.74%
BLUE value IS 82 (32.42% from 255) = 22.47%
R=54.79%
G=22.74%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200838200.580.590.220.5151.7555.29
HexC8535203A3B1613437
Octal310123122072732616467
Binary11001000101001110100100111010111011101101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85352; }

 p { color: rgb(200,83,82); }

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

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

 a { background-color: rgb(200,83,82); }

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

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

 span { border-color: rgb(200,83,82); }

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