#C03461

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

Shades of Old Rose #C03461

Tints of Old Rose #C03461

Color information

#C03461 (or 0xC03461) is unknown color: approx Old Rose. HEX triplet: C0, 34 and 61. RGB value is (192,52,97). Sum of RGB (Red+Green+Blue) = 192+52+97=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C03461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03461 is #3FCB9E. Grayscale: #626262. Windows color (decimal): -4180895 or 6370496. OLE color: 6370496.

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

Color convert

RGB1925297-
CMYK00.730.490.25
HSL340.71º57.38%47.84%-
HSV(B)340.71º72.92%75.29%-
XYZ25.1214.5312.79-
YUV98.99126.88194.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.30%
GREEN value IS 52 (20.70% from 255) = 15.25%
BLUE value IS 97 (38.28% from 255) = 28.45%
R=56.30%
G=15.25%
B=28.45%

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
Decimal192529700.730.490.25340.7157.3847.84
HexC0346104931191553930
Octal30064141011161315257160
Binary1100000011010011000010100100111000111001101010101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03461; }

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

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

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

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

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

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

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

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