#C22B58

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

Shades of Old Rose #C22B58

Tints of Old Rose #C22B58

Color information

#C22B58 (or 0xC22B58) is unknown color: approx Old Rose. HEX triplet: C2, 2B and 58. RGB value is (194,43,88). Sum of RGB (Red+Green+Blue) = 194+43+88=325 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.69% from 325); Green value is 43 (17.19% from 255 or 13.23% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 194 - color contains mainly: red. Hex color #C22B58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22B58 is #3DD4A7. Grayscale: #5D5D5D. Windows color (decimal): -4052136 or 5778370. OLE color: 5778370.

HSL color Cylindrical-coordinate representation of color #C22B58: hue angle of 342.12º 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 #C22B58 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB1944388-
CMYK00.780.550.24
HSL342.12º63.71%46.47%-
HSV(B)342.12º77.84%76.08%-
XYZ24.8713.910.6-
YUV93.28125.03199.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 59.69%
GREEN value IS 43 (17.19% from 255) = 13.23%
BLUE value IS 88 (34.77% from 255) = 27.08%
R=59.69%
G=13.23%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194438800.780.550.24342.1263.7146.47
HexC22B5804E3718156402e
Octal302531300116673052610056
Binary11000010101011101100001001110110111110001010101101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22B58; }

 p { color: rgb(194,43,88); }

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

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

 a { background-color: rgb(194,43,88); }

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

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

 span { border-color: rgb(194,43,88); }

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