#C3505A

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

Shades of Mandy #C3505A

Tints of Mandy #C3505A

Color information

#C3505A (or 0xC3505A) is unknown color: approx Mandy. HEX triplet: C3, 50 and 5A. RGB value is (195,80,90). Sum of RGB (Red+Green+Blue) = 195+80+90=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C3505A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3505A is #3CAFA5. Grayscale: #737373. Windows color (decimal): -3977126 or 5918915. OLE color: 5918915.

HSL color Cylindrical-coordinate representation of color #C3505A: hue angle of 354.78º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C3505A is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB1958090-
CMYK00.590.540.24
HSL354.78º48.94%53.92%-
HSV(B)354.78º58.97%76.47%-
XYZ27.2218.0811.73-
YUV115.52113.6184.69-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 53.42%
GREEN value IS 80 (31.64% from 255) = 21.92%
BLUE value IS 90 (35.55% from 255) = 24.66%
R=53.42%
G=21.92%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195809000.590.540.24354.7848.9453.92
HexC3505A03B36181633136
Octal30312013207366305436166
Binary1100001110100001011010011101111011011000101100011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3505A; }

 p { color: rgb(195,80,90); }

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

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

 a { background-color: rgb(195,80,90); }

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

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

 span { border-color: rgb(195,80,90); }

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