#C22A63

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

Shades of Old Rose #C22A63

Tints of Old Rose #C22A63

Color information

#C22A63 (or 0xC22A63) is unknown color: approx Old Rose. HEX triplet: C2, 2A and 63. RGB value is (194,42,99). Sum of RGB (Red+Green+Blue) = 194+42+99=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 42 (16.80% from 255 or 12.54% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C22A63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22A63 is #3DD59C. Grayscale: #5D5D5D. Windows color (decimal): -4052381 or 6499010. OLE color: 6499010.

HSL color Cylindrical-coordinate representation of color #C22A63: hue angle of 337.5º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C22A63 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB1944299-
CMYK00.780.490.24
HSL337.5º64.41%46.27%-
HSV(B)337.5º78.35%76.08%-
XYZ25.3314.0313.18-
YUV93.95130.86199.37-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 57.91%
GREEN value IS 42 (16.80% from 255) = 12.54%
BLUE value IS 99 (39.06% from 255) = 29.55%
R=57.91%
G=12.54%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194429900.780.490.24337.564.4146.27
HexC22A6304E3118152402e
Octal302521430116613052210056
Binary11000010101010110001101001110110001110001010100101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22A63; }

 p { color: rgb(194,42,99); }

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

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

 a { background-color: rgb(194,42,99); }

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

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

 span { border-color: rgb(194,42,99); }

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