#C22656

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

Shades of Old Rose #C22656

Tints of Old Rose #C22656

Color information

#C22656 (or 0xC22656) is unknown color: approx Old Rose. HEX triplet: C2, 26 and 56. RGB value is (194,38,86). Sum of RGB (Red+Green+Blue) = 194+38+86=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 38 (15.23% from 255 or 11.95% from 318); Blue value is 86 (33.98% from 255 or 27.04% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C22656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22656 is #3DD9A9. Grayscale: #5A5A5A. Windows color (decimal): -4053418 or 5646018. OLE color: 5646018.

HSL color Cylindrical-coordinate representation of color #C22656: hue angle of 341.54º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22656 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB1943886-
CMYK00.800.560.24
HSL341.54º67.24%45.49%-
HSV(B)341.54º80.41%76.08%-
XYZ24.6213.5310.12-
YUV90.12125.68202.1-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 61.01%
GREEN value IS 38 (15.23% from 255) = 11.95%
BLUE value IS 86 (33.98% from 255) = 27.04%
R=61.01%
G=11.95%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194388600.800.560.24341.5467.2445.49
HexC226560503818156432d
Octal302461260120703052610355
Binary11000010100110101011001010000111000110001010101101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22656; }

 p { color: rgb(194,38,86); }

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

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

 a { background-color: rgb(194,38,86); }

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

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

 span { border-color: rgb(194,38,86); }

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