#C0284A

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

Shades of Old Rose #C0284A

Tints of Old Rose #C0284A

Color information

#C0284A (or 0xC0284A) is unknown color: approx Old Rose. HEX triplet: C0, 28 and 4A. RGB value is (192,40,74). Sum of RGB (Red+Green+Blue) = 192+40+74=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C0284A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0284A is #3FD7B5. Grayscale: #595959. Windows color (decimal): -4183990 or 4860096. OLE color: 4860096.

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

Color convert

RGB1924074-
CMYK00.790.610.25
HSL346.58º65.52%45.49%-
HSV(B)346.58º79.17%75.29%-
XYZ23.7313.227.78-
YUV89.32119.36201.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 62.75%
GREEN value IS 40 (16.02% from 255) = 13.07%
BLUE value IS 74 (29.30% from 255) = 24.18%
R=62.75%
G=13.07%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192407400.790.610.25346.5865.5245.49
HexC0284A04F3D1915b422d
Octal300501120117753153310255
Binary11000000101000100101001001111111101110011010110111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0284A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0284A; }

 p { color: rgb(192,40,74); }

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

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

 a { background-color: rgb(192,40,74); }

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

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

 span { border-color: rgb(192,40,74); }

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