#C65A52

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

Shades of Fuzzy Wuzzy Brown #C65A52

Tints of Fuzzy Wuzzy Brown #C65A52

Color information

#C65A52 (or 0xC65A52) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C6, 5A and 52. RGB value is (198,90,82). Sum of RGB (Red+Green+Blue) = 198+90+82=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 82 (32.42% from 255 or 22.16% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65A52 is #39A5AD. Grayscale: #797979. Windows color (decimal): -3777966 or 5397190. OLE color: 5397190.

HSL color Cylindrical-coordinate representation of color #C65A52: hue angle of 4.14º degrees, saturation: 0.5, 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 #C65A52 is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB1989082-
CMYK00.550.590.22
HSL4.14º50.43%54.9%-
HSV(B)4.14º58.59%77.65%-
XYZ28.4719.9310.33-
YUV121.38105.78182.65-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.51%
GREEN value IS 90 (35.55% from 255) = 24.32%
BLUE value IS 82 (32.42% from 255) = 22.16%
R=53.51%
G=24.32%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198908200.550.590.224.1450.4354.9
HexC65A520373B1643237
Octal306132122067732646267
Binary1100011010110101010010011011111101110110100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65A52; }

 p { color: rgb(198,90,82); }

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

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

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

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

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

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

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