#C03362

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

Shades of Old Rose #C03362

Tints of Old Rose #C03362

Color information

#C03362 (or 0xC03362) is unknown color: approx Old Rose. HEX triplet: C0, 33 and 62. RGB value is (192,51,98). Sum of RGB (Red+Green+Blue) = 192+51+98=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C03362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03362 is #3FCC9D. Grayscale: #626262. Windows color (decimal): -4181150 or 6435776. OLE color: 6435776.

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

Color convert

RGB1925198-
CMYK00.730.490.25
HSL340º58.02%47.65%-
HSV(B)340º73.44%75.29%-
XYZ25.1314.4613.02-
YUV98.52127.71194.68-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.30%
GREEN value IS 51 (20.31% from 255) = 14.96%
BLUE value IS 98 (38.67% from 255) = 28.74%
R=56.30%
G=14.96%
B=28.74%

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
Decimal192519800.730.490.2534058.0247.65
HexC0336204931191543a30
Octal30063142011161315247260
Binary1100000011001111000100100100111000111001101010100111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03362; }

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

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

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

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

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

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

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

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