#C23A4E

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

Shades of Old Rose #C23A4E

Tints of Old Rose #C23A4E

Color information

#C23A4E (or 0xC23A4E) is unknown color: approx Old Rose. HEX triplet: C2, 3A and 4E. RGB value is (194,58,78). Sum of RGB (Red+Green+Blue) = 194+58+78=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23A4E is #3DC5B1. Grayscale: #646464. Windows color (decimal): -4048306 or 5126850. OLE color: 5126850.

HSL color Cylindrical-coordinate representation of color #C23A4E: hue angle of 351.18º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23A4E is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB1945878-
CMYK00.700.600.24
HSL351.18º53.97%49.41%-
HSV(B)351.18º70.1%76.08%-
XYZ25.1415.058.79-
YUV100.94115.06194.37-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.79%
GREEN value IS 58 (23.05% from 255) = 17.58%
BLUE value IS 78 (30.86% from 255) = 23.64%
R=58.79%
G=17.58%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194587800.700.600.24351.1853.9749.41
HexC23A4E0463C1815f3631
Octal30272116010674305376661
Binary1100001011101010011100100011011110011000101011111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23A4E; }

 p { color: rgb(194,58,78); }

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

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

 a { background-color: rgb(194,58,78); }

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

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

 span { border-color: rgb(194,58,78); }

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