#C22346

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

Shades of Old Rose #C22346

Tints of Old Rose #C22346

Color information

#C22346 (or 0xC22346) is unknown color: approx Old Rose. HEX triplet: C2, 23 and 46. RGB value is (194,35,70). Sum of RGB (Red+Green+Blue) = 194+35+70=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C22346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22346 is #3DDCB9. Grayscale: #565656. Windows color (decimal): -4054202 or 4596674. OLE color: 4596674.

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

Color convert

RGB1943570-
CMYK00.820.640.24
HSL346.79º69.43%44.9%-
HSV(B)346.79º81.96%76.08%-
XYZ23.9513.117.06-
YUV86.53118.68204.65-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 64.88%
GREEN value IS 35 (14.06% from 255) = 11.71%
BLUE value IS 70 (27.73% from 255) = 23.41%
R=64.88%
G=11.71%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194357000.820.640.24346.7969.4344.9
HexC22346052401815b452d
Octal3024310601221003053310555
Binary110000101000111000110010100101000000110001010110111000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22346; }

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

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

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

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

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

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

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

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