#C23A60

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

Shades of Old Rose #C23A60

Tints of Old Rose #C23A60

Color information

#C23A60 (or 0xC23A60) is unknown color: approx Old Rose. HEX triplet: C2, 3A and 60. RGB value is (194,58,96). Sum of RGB (Red+Green+Blue) = 194+58+96=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 96 (37.89% from 255 or 27.59% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23A60 is #3DC59F. Grayscale: #666666. Windows color (decimal): -4048288 or 6306498. OLE color: 6306498.

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

Color convert

RGB1945896-
CMYK00.700.510.24
HSL343.24º53.97%49.41%-
HSV(B)343.24º70.1%76.08%-
XYZ25.8715.3412.66-
YUV103124.06192.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.75%
GREEN value IS 58 (23.05% from 255) = 16.67%
BLUE value IS 96 (37.89% from 255) = 27.59%
R=55.75%
G=16.67%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194589600.700.510.24343.2453.9749.41
HexC23A6004633181573631
Octal30272140010663305276661
Binary1100001011101011000000100011011001111000101010111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23A60; }

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

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

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

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

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

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

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

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