#C95652

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

Shades of Fuzzy Wuzzy Brown #C95652

Tints of Fuzzy Wuzzy Brown #C95652

Color information

#C95652 (or 0xC95652) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C9, 56 and 52. RGB value is (201,86,82). Sum of RGB (Red+Green+Blue) = 201+86+82=369 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.47% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 201 - color contains mainly: red. Hex color #C95652 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95652 is #36A9AD. Grayscale: #787878. Windows color (decimal): -3582382 or 5396169. OLE color: 5396169.

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

Color convert

RGB2018682-
CMYK00.570.590.21
HSL2.02º52.42%55.49%-
HSV(B)2.02º59.2%78.82%-
XYZ28.9419.6810.26-
YUV119.93106.6185.83-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 54.47%
GREEN value IS 86 (33.98% from 255) = 23.31%
BLUE value IS 82 (32.42% from 255) = 22.22%
R=54.47%
G=23.31%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201868200.570.590.212.0252.4255.49
HexC956520393B1523437
Octal311126122071732526467
Binary110010011010110101001001110011110111010110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95652; }

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

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

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

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

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

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

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

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