#C02151

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

Shades of Old Rose #C02151

Tints of Old Rose #C02151

Color information

#C02151 (or 0xC02151) is unknown color: approx Old Rose. HEX triplet: C0, 21 and 51. RGB value is (192,33,81). Sum of RGB (Red+Green+Blue) = 192+33+81=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C02151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02151 is #3FDEAE. Grayscale: #555555. Windows color (decimal): -4185775 or 5317056. OLE color: 5317056.

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

Color convert

RGB1923381-
CMYK00.830.580.25
HSL341.89º70.67%44.12%-
HSV(B)341.89º82.81%75.29%-
XYZ23.7712.899.02-
YUV86.01125.18203.6-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 62.75%
GREEN value IS 33 (13.28% from 255) = 10.78%
BLUE value IS 81 (32.03% from 255) = 26.47%
R=62.75%
G=10.78%
B=26.47%

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
Decimal192338100.830.580.25341.8970.6744.12
HexC021510533A19156472c
Octal300411210123723152610754
Binary11000000100001101000101010011111010110011010101101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02151; }

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

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

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

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

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

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

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

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