#C22664

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

Shades of Old Rose #C22664

Tints of Old Rose #C22664

Color information

#C22664 (or 0xC22664) is unknown color: approx Old Rose. HEX triplet: C2, 26 and 64. RGB value is (194,38,100). Sum of RGB (Red+Green+Blue) = 194+38+100=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 100 (39.45% from 255 or 30.12% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C22664 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22664 is #3DD99B. Grayscale: #5B5B5B. Windows color (decimal): -4053404 or 6563522. OLE color: 6563522.

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

Color convert

RGB19438100-
CMYK00.800.480.24
HSL336.15º67.24%45.49%-
HSV(B)336.15º80.41%76.08%-
XYZ25.2413.7813.39-
YUV91.71132.68200.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.43%
GREEN value IS 38 (15.23% from 255) = 11.45%
BLUE value IS 100 (39.45% from 255) = 30.12%
R=58.43%
G=11.45%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1943810000.800.480.24336.1567.2445.49
HexC226640503018150432d
Octal302461440120603052010355
Binary11000010100110110010001010000110000110001010100001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C22664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C22664; }

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

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

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

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

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

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

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

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