#C21654

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

Shades of Old Rose #C21654

Tints of Old Rose #C21654

Color information

#C21654 (or 0xC21654) is unknown color: approx Old Rose. HEX triplet: C2, 16 and 54. RGB value is (194,22,84). Sum of RGB (Red+Green+Blue) = 194+22+84=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 22 (8.98% from 255 or 7.33% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C21654 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C21654 is #3DE9AB. Grayscale: #505050. Windows color (decimal): -4057516 or 5510850. OLE color: 5510850.

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

Color convert

RGB1942284-
CMYK00.890.570.24
HSL338.37º79.63%42.35%-
HSV(B)338.37º88.66%76.08%-
XYZ24.1412.689.56-
YUV80.5129.98208.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 64.67%
GREEN value IS 22 (8.98% from 255) = 7.33%
BLUE value IS 84 (33.20% from 255) = 28%
R=64.67%
G=7.33%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194228400.890.570.24338.3779.6342.35
HexC216540593918152502a
Octal302261240131713052212052
Binary1100001010110101010001011001111001110001010100101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21654; }

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

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

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

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

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

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

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

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