#C35552

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

Shades of Fuzzy Wuzzy Brown #C35552

Tints of Fuzzy Wuzzy Brown #C35552

Color information

#C35552 (or 0xC35552) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C3, 55 and 52. RGB value is (195,85,82). Sum of RGB (Red+Green+Blue) = 195+85+82=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C35552 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35552 is #3CAAAD. Grayscale: #757575. Windows color (decimal): -3975854 or 5395907. OLE color: 5395907.

HSL color Cylindrical-coordinate representation of color #C35552: hue angle of 1.59º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C35552 is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB1958582-
CMYK00.560.580.24
HSL1.59º48.5%54.31%-
HSV(B)1.59º57.95%76.47%-
XYZ27.2818.7110.16-
YUV117.55107.94183.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.87%
GREEN value IS 85 (33.59% from 255) = 23.48%
BLUE value IS 82 (32.42% from 255) = 22.65%
R=53.87%
G=23.48%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195858200.560.580.241.5948.554.31
HexC355520383A1823036
Octal303125122070723026066
Binary110000111010101101001001110001110101100010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35552; }

 p { color: rgb(195,85,82); }

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

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

 a { background-color: rgb(195,85,82); }

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

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

 span { border-color: rgb(195,85,82); }

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