#C22662

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

Shades of Old Rose #C22662

Tints of Old Rose #C22662

Color information

#C22662 (or 0xC22662) is unknown color: approx Old Rose. HEX triplet: C2, 26 and 62. RGB value is (194,38,98). Sum of RGB (Red+Green+Blue) = 194+38+98=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 38 (15.23% from 255 or 11.52% from 330); Blue value is 98 (38.67% from 255 or 29.70% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C22662 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22662 is #3DD99D. Grayscale: #5B5B5B. Windows color (decimal): -4053406 or 6432450. OLE color: 6432450.

HSL color Cylindrical-coordinate representation of color #C22662: hue angle of 336.92º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22662 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB1943898-
CMYK00.800.490.24
HSL336.92º67.24%45.49%-
HSV(B)336.92º80.41%76.08%-
XYZ25.1513.7412.88-
YUV91.48131.68201.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.79%
GREEN value IS 38 (15.23% from 255) = 11.52%
BLUE value IS 98 (38.67% from 255) = 29.70%
R=58.79%
G=11.52%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194389800.800.490.24336.9267.2445.49
HexC226620503118151432d
Octal302461420120613052110355
Binary11000010100110110001001010000110001110001010100011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22662; }

 p { color: rgb(194,38,98); }

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

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

 a { background-color: rgb(194,38,98); }

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

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

 span { border-color: rgb(194,38,98); }

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