#C21658

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

Shades of Old Rose #C21658

Tints of Old Rose #C21658

Color information

#C21658 (or 0xC21658) is unknown color: approx Old Rose. HEX triplet: C2, 16 and 58. RGB value is (194,22,88). Sum of RGB (Red+Green+Blue) = 194+22+88=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 88 (34.77% from 255 or 28.95% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C21658 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21658 is #3DE9A7. Grayscale: #505050. Windows color (decimal): -4057512 or 5772994. OLE color: 5772994.

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

Color convert

RGB1942288-
CMYK00.890.550.24
HSL336.98º79.63%42.35%-
HSV(B)336.98º88.66%76.08%-
XYZ24.312.7510.41-
YUV80.95131.98208.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 63.82%
GREEN value IS 22 (8.98% from 255) = 7.24%
BLUE value IS 88 (34.77% from 255) = 28.95%
R=63.82%
G=7.24%
B=28.95%

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
Decimal194228800.890.550.24336.9879.6342.35
HexC216580593718151502a
Octal302261300131673052112052
Binary1100001010110101100001011001110111110001010100011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21658; }

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

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

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

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

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

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

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

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