#C0274E

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

Shades of Old Rose #C0274E

Tints of Old Rose #C0274E

Color information

#C0274E (or 0xC0274E) is unknown color: approx Old Rose. HEX triplet: C0, 27 and 4E. RGB value is (192,39,78). Sum of RGB (Red+Green+Blue) = 192+39+78=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C0274E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0274E is #3FD8B1. Grayscale: #595959. Windows color (decimal): -4184242 or 5121984. OLE color: 5121984.

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

Color convert

RGB1923978-
CMYK00.800.590.25
HSL344.71º66.23%45.29%-
HSV(B)344.71º79.69%75.29%-
XYZ23.8413.218.5-
YUV89.19121.69201.33-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 62.14%
GREEN value IS 39 (15.62% from 255) = 12.62%
BLUE value IS 78 (30.86% from 255) = 25.24%
R=62.14%
G=12.62%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192397800.800.590.25344.7166.2345.29
HexC0274E0503B19159422d
Octal300471160120733153110255
Binary11000000100111100111001010000111011110011010110011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0274E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0274E; }

 p { color: rgb(192,39,78); }

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

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

 a { background-color: rgb(192,39,78); }

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

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

 span { border-color: rgb(192,39,78); }

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