#C22361

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

Shades of Old Rose #C22361

Tints of Old Rose #C22361

Color information

#C22361 (or 0xC22361) is unknown color: approx Old Rose. HEX triplet: C2, 23 and 61. RGB value is (194,35,97). Sum of RGB (Red+Green+Blue) = 194+35+97=326 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.51% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 194 - color contains mainly: red. Hex color #C22361 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22361 is #3DDC9E. Grayscale: #595959. Windows color (decimal): -4054175 or 6366146. OLE color: 6366146.

HSL color Cylindrical-coordinate representation of color #C22361: hue angle of 336.6º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C22361 is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB1943597-
CMYK00.820.500.24
HSL336.6º69.43%44.9%-
HSV(B)336.6º81.96%76.08%-
XYZ25.0113.5312.6-
YUV89.61132.18202.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 59.51%
GREEN value IS 35 (14.06% from 255) = 10.74%
BLUE value IS 97 (38.28% from 255) = 29.75%
R=59.51%
G=10.74%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194359700.820.500.24336.669.4344.9
HexC223610523218151452d
Octal302431410122623052110555
Binary11000010100011110000101010010110010110001010100011000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22361; }

 p { color: rgb(194,35,97); }

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

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

 a { background-color: rgb(194,35,97); }

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

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

 span { border-color: rgb(194,35,97); }

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