#C21657

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

Shades of Old Rose #C21657

Tints of Old Rose #C21657

Color information

#C21657 (or 0xC21657) is unknown color: approx Old Rose. HEX triplet: C2, 16 and 57. RGB value is (194,22,87). Sum of RGB (Red+Green+Blue) = 194+22+87=303 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.03% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 87 (34.38% from 255 or 28.71% from 303); Max value from RGB is 194 - color contains mainly: red. Hex color #C21657 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21657 is #3DE9A8. Grayscale: #505050. Windows color (decimal): -4057513 or 5707458. OLE color: 5707458.

HSL color Cylindrical-coordinate representation of color #C21657: hue angle of 337.33º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21657 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB1942287-
CMYK00.890.550.24
HSL337.33º79.63%42.35%-
HSV(B)337.33º88.66%76.08%-
XYZ24.2612.7310.2-
YUV80.84131.48208.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 64.03%
GREEN value IS 22 (8.98% from 255) = 7.26%
BLUE value IS 87 (34.38% from 255) = 28.71%
R=64.03%
G=7.26%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194228700.890.550.24337.3379.6342.35
HexC216570593718151502a
Octal302261270131673052112052
Binary1100001010110101011101011001110111110001010100011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21657; }

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

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

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

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

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

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

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

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