#C4304E

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

Shades of Old Rose #C4304E

Tints of Old Rose #C4304E

Color information

#C4304E (or 0xC4304E) is unknown color: approx Old Rose. HEX triplet: C4, 30 and 4E. RGB value is (196,48,78). Sum of RGB (Red+Green+Blue) = 196+48+78=322 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.87% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 196 - color contains mainly: red. Hex color #C4304E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4304E is #3BCFB1. Grayscale: #5F5F5F. Windows color (decimal): -3919794 or 5124292. OLE color: 5124292.

HSL color Cylindrical-coordinate representation of color #C4304E: hue angle of 347.84º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C4304E is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB1964878-
CMYK00.760.600.23
HSL347.84º60.66%47.84%-
HSV(B)347.84º75.51%76.86%-
XYZ25.214.48.66-
YUV95.67118.03199.56-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 60.87%
GREEN value IS 48 (19.14% from 255) = 14.91%
BLUE value IS 78 (30.86% from 255) = 24.22%
R=60.87%
G=14.91%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196487800.760.600.23347.8460.6647.84
HexC4304E04C3C1715c3d30
Octal30460116011474275347560
Binary1100010011000010011100100110011110010111101011100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4304E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4304E; }

 p { color: rgb(196,48,78); }

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

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

 a { background-color: rgb(196,48,78); }

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

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

 span { border-color: rgb(196,48,78); }

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