#C02358

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

Shades of Old Rose #C02358

Tints of Old Rose #C02358

Color information

#C02358 (or 0xC02358) is unknown color: approx Old Rose. HEX triplet: C0, 23 and 58. RGB value is (192,35,88). Sum of RGB (Red+Green+Blue) = 192+35+88=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 88 (34.77% from 255 or 27.94% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C02358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02358 is #3FDCA7. Grayscale: #575757. Windows color (decimal): -4185256 or 5776320. OLE color: 5776320.

HSL color Cylindrical-coordinate representation of color #C02358: hue angle of 339.75º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02358 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.25.

Color convert

RGB1923588-
CMYK00.820.540.25
HSL339.75º69.16%44.51%-
HSV(B)339.75º81.77%75.29%-
XYZ24.113.1110.49-
YUV87.98128.01202.19-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 60.95%
GREEN value IS 35 (14.06% from 255) = 11.11%
BLUE value IS 88 (34.77% from 255) = 27.94%
R=60.95%
G=11.11%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192358800.820.540.25339.7569.1644.51
HexC023580523619154452d
Octal300431300122663152410555
Binary11000000100011101100001010010110110110011010101001000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02358; }

 p { color: rgb(192,35,88); }

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

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

 a { background-color: rgb(192,35,88); }

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

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

 span { border-color: rgb(192,35,88); }

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