#C22657

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

Shades of Old Rose #C22657

Tints of Old Rose #C22657

Color information

#C22657 (or 0xC22657) is unknown color: approx Old Rose. HEX triplet: C2, 26 and 57. RGB value is (194,38,87). Sum of RGB (Red+Green+Blue) = 194+38+87=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 87 (34.38% from 255 or 27.27% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C22657 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22657 is #3DD9A8. Grayscale: #5A5A5A. Windows color (decimal): -4053417 or 5711554. OLE color: 5711554.

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

Color convert

RGB1943887-
CMYK00.800.550.24
HSL341.15º67.24%45.49%-
HSV(B)341.15º80.41%76.08%-
XYZ24.6613.5410.33-
YUV90.23126.18202.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 60.82%
GREEN value IS 38 (15.23% from 255) = 11.91%
BLUE value IS 87 (34.38% from 255) = 27.27%
R=60.82%
G=11.91%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194388700.800.550.24341.1567.2445.49
HexC226570503718155432d
Octal302461270120673052510355
Binary11000010100110101011101010000110111110001010101011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22657; }

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

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

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

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

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

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

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

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