#C23047

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

Shades of Old Rose #C23047

Tints of Old Rose #C23047

Color information

#C23047 (or 0xC23047) is unknown color: approx Old Rose. HEX triplet: C2, 30 and 47. RGB value is (194,48,71). Sum of RGB (Red+Green+Blue) = 194+48+71=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 71 (28.12% from 255 or 22.68% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C23047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23047 is #3DCFB8. Grayscale: #5E5E5E. Windows color (decimal): -4050873 or 4665538. OLE color: 4665538.

HSL color Cylindrical-coordinate representation of color #C23047: hue angle of 350.55º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23047 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB1944871-
CMYK00.750.630.24
HSL350.55º60.33%47.45%-
HSV(B)350.55º75.26%76.08%-
XYZ24.4414.047.38-
YUV94.28114.87199.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 61.98%
GREEN value IS 48 (19.14% from 255) = 15.34%
BLUE value IS 71 (28.12% from 255) = 22.68%
R=61.98%
G=15.34%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194487100.750.630.24350.5560.3347.45
HexC2304704B3F1815f3c2f
Octal30260107011377305377457
Binary1100001011000010001110100101111111111000101011111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23047; }

 p { color: rgb(194,48,71); }

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

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

 a { background-color: rgb(194,48,71); }

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

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

 span { border-color: rgb(194,48,71); }

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