#C23A5C

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

Shades of Old Rose #C23A5C

Tints of Old Rose #C23A5C

Color information

#C23A5C (or 0xC23A5C) is unknown color: approx Old Rose. HEX triplet: C2, 3A and 5C. RGB value is (194,58,92). Sum of RGB (Red+Green+Blue) = 194+58+92=344 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.40% from 344); Green value is 58 (23.05% from 255 or 16.86% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23A5C is #3DC5A3. Grayscale: #666666. Windows color (decimal): -4048292 or 6044354. OLE color: 6044354.

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

Color convert

RGB1945892-
CMYK00.700.530.24
HSL345º53.97%49.41%-
HSV(B)345º70.1%76.08%-
XYZ25.6915.2711.72-
YUV102.54122.06193.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.40%
GREEN value IS 58 (23.05% from 255) = 16.86%
BLUE value IS 92 (36.33% from 255) = 26.74%
R=56.40%
G=16.86%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194589200.700.530.2434553.9749.41
HexC23A5C04635181593631
Octal30272134010665305316661
Binary1100001011101010111000100011011010111000101011001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23A5C; }

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

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

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

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

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

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

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

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