#C03462

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

Shades of Old Rose #C03462

Tints of Old Rose #C03462

Color information

#C03462 (or 0xC03462) is unknown color: approx Old Rose. HEX triplet: C0, 34 and 62. RGB value is (192,52,98). Sum of RGB (Red+Green+Blue) = 192+52+98=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C03462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03462 is #3FCB9D. Grayscale: #636363. Windows color (decimal): -4180894 or 6436032. OLE color: 6436032.

HSL color Cylindrical-coordinate representation of color #C03462: hue angle of 340.29º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C03462 is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB1925298-
CMYK00.730.490.25
HSL340.29º57.38%47.84%-
HSV(B)340.29º72.92%75.29%-
XYZ25.1714.5413.04-
YUV99.1127.38194.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.14%
GREEN value IS 52 (20.70% from 255) = 15.20%
BLUE value IS 98 (38.67% from 255) = 28.65%
R=56.14%
G=15.20%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192529800.730.490.25340.2957.3847.84
HexC0346204931191543930
Octal30064142011161315247160
Binary1100000011010011000100100100111000111001101010100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03462; }

 p { color: rgb(192,52,98); }

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

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

 a { background-color: rgb(192,52,98); }

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

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

 span { border-color: rgb(192,52,98); }

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