#C21851

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

Shades of Old Rose #C21851

Tints of Old Rose #C21851

Color information

#C21851 (or 0xC21851) is unknown color: approx Old Rose. HEX triplet: C2, 18 and 51. RGB value is (194,24,81). Sum of RGB (Red+Green+Blue) = 194+24+81=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 81 (32.03% from 255 or 27.09% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C21851 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21851 is #3DE7AE. Grayscale: #515151. Windows color (decimal): -4057007 or 5314754. OLE color: 5314754.

HSL color Cylindrical-coordinate representation of color #C21851: hue angle of 339.88º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C21851 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB1942481-
CMYK00.880.580.24
HSL339.88º77.98%42.75%-
HSV(B)339.88º87.63%76.08%-
XYZ24.0612.728.97-
YUV81.33127.82208.37-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 64.88%
GREEN value IS 24 (9.77% from 255) = 8.03%
BLUE value IS 81 (32.03% from 255) = 27.09%
R=64.88%
G=8.03%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194248100.880.580.24339.8877.9842.75
HexC218510583A181544e2b
Octal302301210130723052411653
Binary1100001011000101000101011000111010110001010101001001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21851; }

 p { color: rgb(194,24,81); }

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

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

 a { background-color: rgb(194,24,81); }

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

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

 span { border-color: rgb(194,24,81); }

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