#C23B60

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

Shades of Old Rose #C23B60

Tints of Old Rose #C23B60

Color information

#C23B60 (or 0xC23B60) is unknown color: approx Old Rose. HEX triplet: C2, 3B and 60. RGB value is (194,59,96). Sum of RGB (Red+Green+Blue) = 194+59+96=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 59 (23.44% from 255 or 16.91% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C23B60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23B60 is #3DC49F. Grayscale: #676767. Windows color (decimal): -4048032 or 6306754. OLE color: 6306754.

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

Color convert

RGB1945996-
CMYK00.700.510.24
HSL343.56º53.36%49.61%-
HSV(B)343.56º69.59%76.08%-
XYZ25.9215.4412.68-
YUV103.58123.73192.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.59%
GREEN value IS 59 (23.44% from 255) = 16.91%
BLUE value IS 96 (37.89% from 255) = 27.51%
R=55.59%
G=16.91%
B=27.51%

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
Decimal194599600.700.510.24343.5653.3649.61
HexC23B6004633181583532
Octal30273140010663305306562
Binary1100001011101111000000100011011001111000101011000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23B60; }

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

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

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

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

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

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

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

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