#C35252

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

Shades of Fuzzy Wuzzy Brown #C35252

Tints of Fuzzy Wuzzy Brown #C35252

Color information

#C35252 (or 0xC35252) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C3, 52 and 52. RGB value is (195,82,82). Sum of RGB (Red+Green+Blue) = 195+82+82=359 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.32% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 195 - color contains mainly: red. Hex color #C35252 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35252 is #3CADAD. Grayscale: #737373. Windows color (decimal): -3976622 or 5395139. OLE color: 5395139.

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

Color convert

RGB1958282-
CMYK00.580.580.24
HSL48.5%54.31%-
HSV(B)57.95%76.47%-
XYZ27.0518.2510.08-
YUV115.79108.94184.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.32%
GREEN value IS 82 (32.42% from 255) = 22.84%
BLUE value IS 82 (32.42% from 255) = 22.84%
R=54.32%
G=22.84%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195828200.580.580.24048.554.31
HexC3525203A3A1803036
Octal303122122072723006066
Binary11000011101001010100100111010111010110000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35252; }

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

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

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

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

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

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

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

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