#C23B59

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

Shades of Old Rose #C23B59

Tints of Old Rose #C23B59

Color information

#C23B59 (or 0xC23B59) is unknown color: approx Old Rose. HEX triplet: C2, 3B and 59. RGB value is (194,59,89). Sum of RGB (Red+Green+Blue) = 194+59+89=342 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.73% from 342); Green value is 59 (23.44% from 255 or 17.25% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 194 - color contains mainly: red. Hex color #C23B59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23B59 is #3DC4A6. Grayscale: #666666. Windows color (decimal): -4048039 or 5848002. OLE color: 5848002.

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

Color convert

RGB1945989-
CMYK00.700.540.24
HSL346.67º53.36%49.61%-
HSV(B)346.67º69.59%76.08%-
XYZ25.6215.3211.06-
YUV102.78120.23193.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.73%
GREEN value IS 59 (23.44% from 255) = 17.25%
BLUE value IS 89 (35.16% from 255) = 26.02%
R=56.73%
G=17.25%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194598900.700.540.24346.6753.3649.61
HexC23B59046361815b3532
Octal30273131010666305336562
Binary1100001011101110110010100011011011011000101011011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23B59; }

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

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

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

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

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

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

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

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