#C12164

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

Shades of Old Rose #C12164

Tints of Old Rose #C12164

Color information

#C12164 (or 0xC12164) is unknown color: approx Old Rose. HEX triplet: C1, 21 and 64. RGB value is (193,33,100). Sum of RGB (Red+Green+Blue) = 193+33+100=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C12164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12164 is #3EDE9B. Grayscale: #585858. Windows color (decimal): -4120220 or 6562241. OLE color: 6562241.

HSL color Cylindrical-coordinate representation of color #C12164: hue angle of 334.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C12164 is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB19333100-
CMYK00.830.480.24
HSL334.88º70.8%44.31%-
HSV(B)334.88º82.9%75.69%-
XYZ24.8413.3513.32-
YUV88.48134.51202.55-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 59.20%
GREEN value IS 33 (13.28% from 255) = 10.12%
BLUE value IS 100 (39.45% from 255) = 30.67%
R=59.20%
G=10.12%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1933310000.830.480.24334.8870.844.31
HexC12164053301814f472c
Octal301411440123603051710754
Binary11000001100001110010001010011110000110001010011111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12164; }

 p { color: rgb(193,33,100); }

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

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

 a { background-color: rgb(193,33,100); }

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

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

 span { border-color: rgb(193,33,100); }

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