#C23A5D

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

Shades of Old Rose #C23A5D

Tints of Old Rose #C23A5D

Color information

#C23A5D (or 0xC23A5D) is unknown color: approx Old Rose. HEX triplet: C2, 3A and 5D. RGB value is (194,58,93). Sum of RGB (Red+Green+Blue) = 194+58+93=345 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.23% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23A5D is #3DC5A2. Grayscale: #666666. Windows color (decimal): -4048291 or 6109890. OLE color: 6109890.

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

Color convert

RGB1945893-
CMYK00.700.520.24
HSL344.56º53.97%49.41%-
HSV(B)344.56º70.1%76.08%-
XYZ25.7415.2911.95-
YUV102.65122.56193.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.23%
GREEN value IS 58 (23.05% from 255) = 16.81%
BLUE value IS 93 (36.72% from 255) = 26.96%
R=56.23%
G=16.81%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194589300.700.520.24344.5653.9749.41
HexC23A5D04634181593631
Octal30272135010664305316661
Binary1100001011101010111010100011011010011000101011001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23A5D; }

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

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

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

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

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

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

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

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