#C22351

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

Shades of Old Rose #C22351

Tints of Old Rose #C22351

Color information

#C22351 (or 0xC22351) is unknown color: approx Old Rose. HEX triplet: C2, 23 and 51. RGB value is (194,35,81). Sum of RGB (Red+Green+Blue) = 194+35+81=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 35 (14.06% from 255 or 11.29% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C22351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22351 is #3DDCAE. Grayscale: #575757. Windows color (decimal): -4054191 or 5317570. OLE color: 5317570.

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

Color convert

RGB1943581-
CMYK00.820.580.24
HSL342.64º69.43%44.9%-
HSV(B)342.64º81.96%76.08%-
XYZ24.3313.279.06-
YUV87.78124.18203.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 62.58%
GREEN value IS 35 (14.06% from 255) = 11.29%
BLUE value IS 81 (32.03% from 255) = 26.13%
R=62.58%
G=11.29%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194358100.820.580.24342.6469.4344.9
HexC223510523A18157452d
Octal302431210122723052710555
Binary11000010100011101000101010010111010110001010101111000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22351; }

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

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

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

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

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

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

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

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