#C65353

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

Shades of Fuzzy Wuzzy Brown #C65353

Tints of Fuzzy Wuzzy Brown #C65353

Color information

#C65353 (or 0xC65353) is unknown color: approx Fuzzy Wuzzy Brown. HEX triplet: C6, 53 and 53. RGB value is (198,83,83). Sum of RGB (Red+Green+Blue) = 198+83+83=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 83 (32.81% from 255 or 22.80% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C65353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65353 is #39ACAC. Grayscale: #757575. Windows color (decimal): -3779757 or 5460934. OLE color: 5460934.

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

Color convert

RGB1988383-
CMYK00.580.580.22
HSL50.22%55.1%-
HSV(B)58.08%77.65%-
XYZ27.9418.8210.34-
YUV117.38108.6185.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 54.40%
GREEN value IS 83 (32.81% from 255) = 22.80%
BLUE value IS 83 (32.81% from 255) = 22.80%
R=54.40%
G=22.80%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198838300.580.580.22050.2255.1
HexC6535303A3A1603237
Octal306123123072722606267
Binary11000110101001110100110111010111010101100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65353; }

 p { color: rgb(198,83,83); }

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

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

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

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

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

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

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