#C02D5A

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

Shades of Old Rose #C02D5A

Tints of Old Rose #C02D5A

Color information

#C02D5A (or 0xC02D5A) is unknown color: approx Old Rose. HEX triplet: C0, 2D and 5A. RGB value is (192,45,90). Sum of RGB (Red+Green+Blue) = 192+45+90=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C02D5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02D5A is #3FD2A5. Grayscale: #5E5E5E. Windows color (decimal): -4182694 or 5909952. OLE color: 5909952.

HSL color Cylindrical-coordinate representation of color #C02D5A: hue angle of 341.63º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C02D5A is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB1924590-
CMYK00.770.530.25
HSL341.63º62.03%46.47%-
HSV(B)341.63º76.56%75.29%-
XYZ24.5213.8211.05-
YUV94.08125.7197.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 58.72%
GREEN value IS 45 (17.97% from 255) = 13.76%
BLUE value IS 90 (35.55% from 255) = 27.52%
R=58.72%
G=13.76%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192459000.770.530.25341.6362.0346.47
HexC02D5A04D35191563e2e
Octal30055132011565315267656
Binary1100000010110110110100100110111010111001101010110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02D5A; }

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

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

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

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

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

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

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

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