#C23058

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

Shades of Old Rose #C23058

Tints of Old Rose #C23058

Color information

#C23058 (or 0xC23058) is unknown color: approx Old Rose. HEX triplet: C2, 30 and 58. RGB value is (194,48,88). Sum of RGB (Red+Green+Blue) = 194+48+88=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 88 (34.77% from 255 or 26.67% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C23058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23058 is #3DCFA7. Grayscale: #606060. Windows color (decimal): -4050856 or 5779650. OLE color: 5779650.

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

Color convert

RGB1944888-
CMYK00.750.550.24
HSL343.56º60.33%47.45%-
HSV(B)343.56º75.26%76.08%-
XYZ25.0714.2910.67-
YUV96.21123.37197.75-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.79%
GREEN value IS 48 (19.14% from 255) = 14.55%
BLUE value IS 88 (34.77% from 255) = 26.67%
R=58.79%
G=14.55%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194488800.750.550.24343.5660.3347.45
HexC2305804B37181583c2f
Octal30260130011367305307457
Binary1100001011000010110000100101111011111000101011000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23058; }

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

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

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

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

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

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

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

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