#C3284E

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

Shades of Old Rose #C3284E

Tints of Old Rose #C3284E

Color information

#C3284E (or 0xC3284E) is unknown color: approx Old Rose. HEX triplet: C3, 28 and 4E. RGB value is (195,40,78). Sum of RGB (Red+Green+Blue) = 195+40+78=313 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.30% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 195 - color contains mainly: red. Hex color #C3284E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3284E is #3CD7B1. Grayscale: #5A5A5A. Windows color (decimal): -3987378 or 5122243. OLE color: 5122243.

HSL color Cylindrical-coordinate representation of color #C3284E: hue angle of 345.29º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C3284E is Cyan = 0, Magento = 0.79, Yellow = 0.6 and Black (K on CMYK) = 0.24.

Color convert

RGB1954078-
CMYK00.790.60.24
HSL345.29º65.96%46.08%-
HSV(B)345.29º79.49%76.47%-
XYZ24.6413.678.55-
YUV90.68120.85202.41-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 62.30%
GREEN value IS 40 (16.02% from 255) = 12.78%
BLUE value IS 78 (30.86% from 255) = 24.92%
R=62.30%
G=12.78%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.6
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195407800.790.60.24345.2965.9646.08
HexC3284E04F3C18159422e
Octal303501160117743053110256
Binary11000011101000100111001001111111100110001010110011000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3284E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3284E; }

 p { color: rgb(195,40,78); }

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

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

 a { background-color: rgb(195,40,78); }

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

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

 span { border-color: rgb(195,40,78); }

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