#C22348

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

Shades of Old Rose #C22348

Tints of Old Rose #C22348

Color information

#C22348 (or 0xC22348) is unknown color: approx Old Rose. HEX triplet: C2, 23 and 48. RGB value is (194,35,72). Sum of RGB (Red+Green+Blue) = 194+35+72=301 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.45% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 194 - color contains mainly: red. Hex color #C22348 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22348 is #3DDCB7. Grayscale: #565656. Windows color (decimal): -4054200 or 4727746. OLE color: 4727746.

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

Color convert

RGB1943572-
CMYK00.820.630.24
HSL346.04º69.43%44.9%-
HSV(B)346.04º81.96%76.08%-
XYZ24.0213.147.4-
YUV86.76119.68204.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 64.45%
GREEN value IS 35 (14.06% from 255) = 11.63%
BLUE value IS 72 (28.52% from 255) = 23.92%
R=64.45%
G=11.63%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194357200.820.630.24346.0469.4344.9
HexC223480523F1815a452d
Octal302431100122773053210555
Binary11000010100011100100001010010111111110001010110101000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22348; }

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

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

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

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

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

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

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

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