#C12661

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

Shades of Old Rose #C12661

Tints of Old Rose #C12661

Color information

#C12661 (or 0xC12661) is unknown color: approx Old Rose. HEX triplet: C1, 26 and 61. RGB value is (193,38,97). Sum of RGB (Red+Green+Blue) = 193+38+97=328 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.84% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 193 - color contains mainly: red. Hex color #C12661 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12661 is #3ED99E. Grayscale: #5A5A5A. Windows color (decimal): -4118943 or 6366913. OLE color: 6366913.

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

Color convert

RGB1933897-
CMYK00.800.500.24
HSL337.16º67.1%45.29%-
HSV(B)337.16º80.31%75.69%-
XYZ24.8413.5912.62-
YUV91.07131.35200.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 58.84%
GREEN value IS 38 (15.23% from 255) = 11.59%
BLUE value IS 97 (38.28% from 255) = 29.57%
R=58.84%
G=11.59%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193389700.800.500.24337.1667.145.29
HexC126610503218151432d
Octal301461410120623052110355
Binary11000001100110110000101010000110010110001010100011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12661; }

 p { color: rgb(193,38,97); }

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

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

 a { background-color: rgb(193,38,97); }

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

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

 span { border-color: rgb(193,38,97); }

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