#C03361

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

Shades of Old Rose #C03361

Tints of Old Rose #C03361

Color information

#C03361 (or 0xC03361) is unknown color: approx Old Rose. HEX triplet: C0, 33 and 61. RGB value is (192,51,97). Sum of RGB (Red+Green+Blue) = 192+51+97=340 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.47% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 97 (38.28% from 255 or 28.53% from 340); Max value from RGB is 192 - color contains mainly: red. Hex color #C03361 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03361 is #3FCC9E. Grayscale: #626262. Windows color (decimal): -4181151 or 6370240. OLE color: 6370240.

HSL color Cylindrical-coordinate representation of color #C03361: hue angle of 340.43º degrees, saturation: 0.58, 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 #C03361 is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB1925197-
CMYK00.730.490.25
HSL340.43º58.02%47.65%-
HSV(B)340.43º73.44%75.29%-
XYZ25.0814.4412.77-
YUV98.4127.21194.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.47%
GREEN value IS 51 (20.31% from 255) = 15%
BLUE value IS 97 (38.28% from 255) = 28.53%
R=56.47%
G=15%
B=28.53%

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
Decimal192519700.730.490.25340.4358.0247.65
HexC0336104931191543a30
Octal30063141011161315247260
Binary1100000011001111000010100100111000111001101010100111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03361; }

 p { color: rgb(192,51,97); }

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

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

 a { background-color: rgb(192,51,97); }

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

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

 span { border-color: rgb(192,51,97); }

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