#C23F53

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

Shades of Old Rose #C23F53

Tints of Old Rose #C23F53

Color information

#C23F53 (or 0xC23F53) is unknown color: approx Old Rose. HEX triplet: C2, 3F and 53. RGB value is (194,63,83). Sum of RGB (Red+Green+Blue) = 194+63+83=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C23F53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23F53 is #3DC0AC. Grayscale: #686868. Windows color (decimal): -4047021 or 5455810. OLE color: 5455810.

HSL color Cylindrical-coordinate representation of color #C23F53: hue angle of 350.84º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C23F53 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB1946383-
CMYK00.680.570.24
HSL350.84º51.78%50.39%-
HSV(B)350.84º67.53%76.08%-
XYZ25.5915.659.86-
YUV104.45115.9191.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 57.06%
GREEN value IS 63 (25% from 255) = 18.53%
BLUE value IS 83 (32.81% from 255) = 24.41%
R=57.06%
G=18.53%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194638300.680.570.24350.8451.7850.39
HexC23F53044391815f3432
Octal30277123010471305376462
Binary1100001011111110100110100010011100111000101011111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23F53; }

 p { color: rgb(194,63,83); }

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

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

 a { background-color: rgb(194,63,83); }

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

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

 span { border-color: rgb(194,63,83); }

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