#C0325A

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

Shades of Old Rose #C0325A

Tints of Old Rose #C0325A

Color information

#C0325A (or 0xC0325A) is unknown color: approx Old Rose. HEX triplet: C0, 32 and 5A. RGB value is (192,50,90). Sum of RGB (Red+Green+Blue) = 192+50+90=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C0325A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0325A is #3FCDA5. Grayscale: #616161. Windows color (decimal): -4181414 or 5911232. OLE color: 5911232.

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

Color convert

RGB1925090-
CMYK00.740.530.25
HSL343.1º58.68%47.45%-
HSV(B)343.1º73.96%75.29%-
XYZ24.7214.2311.12-
YUV97.02124.04195.75-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 57.83%
GREEN value IS 50 (19.92% from 255) = 15.06%
BLUE value IS 90 (35.55% from 255) = 27.11%
R=57.83%
G=15.06%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192509000.740.530.25343.158.6847.45
HexC0325A04A35191573b2f
Octal30062132011265315277357
Binary1100000011001010110100100101011010111001101010111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0325A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0325A; }

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

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

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

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

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

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

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

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