#C3445B

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

Shades of Mandy #C3445B

Tints of Mandy #C3445B

Color information

#C3445B (or 0xC3445B) is unknown color: approx Mandy. HEX triplet: C3, 44 and 5B. RGB value is (195,68,91). Sum of RGB (Red+Green+Blue) = 195+68+91=354 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.08% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 91 (35.94% from 255 or 25.71% from 354); Max value from RGB is 195 - color contains mainly: red. Hex color #C3445B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3445B is #3CBBA4. Grayscale: #6C6C6C. Windows color (decimal): -3980197 or 5981379. OLE color: 5981379.

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

Color convert

RGB1956891-
CMYK00.650.530.24
HSL349.13º51.42%51.57%-
HSV(B)349.13º65.13%76.47%-
XYZ26.4616.4911.69-
YUV108.6118.08189.63-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 55.08%
GREEN value IS 68 (26.95% from 255) = 19.21%
BLUE value IS 91 (35.94% from 255) = 25.71%
R=55.08%
G=19.21%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195689100.650.530.24349.1351.4251.57
HexC3445B041351815d3334
Octal303104133010165305356364
Binary11000011100010010110110100000111010111000101011101110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3445B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3445B; }

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

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

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

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

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

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

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

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