#C02150

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

Shades of Old Rose #C02150

Tints of Old Rose #C02150

Color information

#C02150 (or 0xC02150) is unknown color: approx Old Rose. HEX triplet: C0, 21 and 50. RGB value is (192,33,80). Sum of RGB (Red+Green+Blue) = 192+33+80=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C02150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02150 is #3FDEAF. Grayscale: #555555. Windows color (decimal): -4185776 or 5251520. OLE color: 5251520.

HSL color Cylindrical-coordinate representation of color #C02150: hue angle of 342.26º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02150 is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB1923380-
CMYK00.830.580.25
HSL342.26º70.67%44.12%-
HSV(B)342.26º82.81%75.29%-
XYZ23.7312.878.82-
YUV85.9124.68203.68-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 62.95%
GREEN value IS 33 (13.28% from 255) = 10.82%
BLUE value IS 80 (31.64% from 255) = 26.23%
R=62.95%
G=10.82%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192338000.830.580.25342.2670.6744.12
HexC021500533A19156472c
Octal300411200123723152610754
Binary11000000100001101000001010011111010110011010101101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02150; }

 p { color: rgb(192,33,80); }

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

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

 a { background-color: rgb(192,33,80); }

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

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

 span { border-color: rgb(192,33,80); }

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