#c0324a

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

Shades of Old Rose #C0324A

Tints of Old Rose #C0324A

Color information

#C0324A (or 0xC0324A) is unknown color: approx Old Rose. HEX triplet: C0, 32 and 4A. RGB value is (192,50,74). Sum of RGB (Red+Green+Blue) = 192+50+74=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C0324A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0324A is #3FCDB5. Grayscale: #5F5F5F. Windows color (decimal): -4181430 or 4862656. OLE color: 4862656.

HSL color Cylindrical-coordinate representation of color #C0324A: hue angle of 349.86º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0324A is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB1925074-
CMYK00.740.610.25
HSL349.86º58.68%47.45%-
HSV(B)349.86º73.96%75.29%-
XYZ24.1113.987.91-
YUV95.19116.04197.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 60.76%
GREEN value IS 50 (19.92% from 255) = 15.82%
BLUE value IS 74 (29.30% from 255) = 23.42%
R=60.76%
G=15.82%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192507400.740.610.25349.8658.6847.45
HexC0324A04A3D1915e3b2f
Octal30062112011275315367357
Binary1100000011001010010100100101011110111001101011110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0324a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0324a; }

 p { color: rgb(192,50,74); }

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

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

 a { background-color: rgb(192,50,74); }

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

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

 span { border-color: rgb(192,50,74); }

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