#C21A5C

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

Shades of Old Rose #C21A5C

Tints of Old Rose #C21A5C

Color information

#C21A5C (or 0xC21A5C) is unknown color: approx Old Rose. HEX triplet: C2, 1A and 5C. RGB value is (194,26,92). Sum of RGB (Red+Green+Blue) = 194+26+92=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21A5C is #3DE5A3. Grayscale: #535353. Windows color (decimal): -4056484 or 6036162. OLE color: 6036162.

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

Color convert

RGB1942692-
CMYK00.870.530.24
HSL336.43º76.36%43.14%-
HSV(B)336.43º86.6%76.08%-
XYZ24.5512.9811.34-
YUV83.76132.66206.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 62.18%
GREEN value IS 26 (10.55% from 255) = 8.33%
BLUE value IS 92 (36.33% from 255) = 29.49%
R=62.18%
G=8.33%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194269200.870.530.24336.4376.3643.14
HexC21A5C05735181504c2b
Octal302321340127653052011453
Binary1100001011010101110001010111110101110001010100001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21A5C; }

 p { color: rgb(194,26,92); }

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

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

 a { background-color: rgb(194,26,92); }

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

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

 span { border-color: rgb(194,26,92); }

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