#c42a5a

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

Shades of Old Rose #C42A5A

Tints of Old Rose #C42A5A

Color information

#C42A5A (or 0xC42A5A) is unknown color: approx Old Rose. HEX triplet: C4, 2A and 5A. RGB value is (196,42,90). Sum of RGB (Red+Green+Blue) = 196+42+90=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 42 (16.80% from 255 or 12.80% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C42A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42A5A is #3BD5A5. Grayscale: #5D5D5D. Windows color (decimal): -3921318 or 5909188. OLE color: 5909188.

HSL color Cylindrical-coordinate representation of color #C42A5A: hue angle of 341.3º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C42A5A is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB1964290-
CMYK00.790.540.23
HSL341.3º64.71%46.67%-
HSV(B)341.3º78.57%76.86%-
XYZ25.4414.1311.06-
YUV93.52126.02201.1-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 59.76%
GREEN value IS 42 (16.80% from 255) = 12.80%
BLUE value IS 90 (35.55% from 255) = 27.44%
R=59.76%
G=12.80%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196429000.790.540.23341.364.7146.67
HexC42A5A04F3617155412f
Octal304521320117662752510157
Binary11000100101010101101001001111110110101111010101011000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c42a5a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c42a5a; }

 p { color: rgb(196,42,90); }

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

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

 a { background-color: rgb(196,42,90); }

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

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

 span { border-color: rgb(196,42,90); }

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