#C1264D

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

Shades of Old Rose #C1264D

Tints of Old Rose #C1264D

Color information

#C1264D (or 0xC1264D) is unknown color: approx Old Rose. HEX triplet: C1, 26 and 4D. RGB value is (193,38,77). Sum of RGB (Red+Green+Blue) = 193+38+77=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C1264D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1264D is #3ED9B2. Grayscale: #585858. Windows color (decimal): -4118963 or 5056193. OLE color: 5056193.

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

Color convert

RGB1933877-
CMYK00.800.600.24
HSL344.9º67.1%45.29%-
HSV(B)344.9º80.31%75.69%-
XYZ24.0213.268.31-
YUV88.79121.35202.33-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 62.66%
GREEN value IS 38 (15.23% from 255) = 12.34%
BLUE value IS 77 (30.47% from 255) = 25%
R=62.66%
G=12.34%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193387700.800.600.24344.967.145.29
HexC1264D0503C18159432d
Octal301461150120743053110355
Binary11000001100110100110101010000111100110001010110011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1264D; }

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

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

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

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

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

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

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

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