#C3444B

Color #C3444B Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #C3444B

Tints of Mandy #C3444B

Color information

#C3444B (or 0xC3444B) is unknown color: approx Mandy. HEX triplet: C3, 44 and 4B. RGB value is (195,68,75). Sum of RGB (Red+Green+Blue) = 195+68+75=338 (44% of max value = 765). Red value is 195 (76.56% from 255 or 57.69% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 195 - color contains mainly: red. Hex color #C3444B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3444B is #3CBBB4. Grayscale: #6A6A6A. Windows color (decimal): -3980213 or 4932803. OLE color: 4932803.

HSL color Cylindrical-coordinate representation of color #C3444B: hue angle of 356.69º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C3444B is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB1956875-
CMYK00.650.620.24
HSL356.69º51.42%51.57%-
HSV(B)356.69º65.13%76.47%-
XYZ25.8416.248.43-
YUV106.77110.08190.93-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 57.69%
GREEN value IS 68 (26.95% from 255) = 20.12%
BLUE value IS 75 (29.69% from 255) = 22.19%
R=57.69%
G=20.12%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195687500.650.620.24356.6951.4251.57
HexC3444B0413E181653334
Octal303104113010176305456364
Binary11000011100010010010110100000111111011000101100101110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3444B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3444B; }

 p { color: rgb(195,68,75); }

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

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

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

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

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

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

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