#C43048

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

Shades of Old Rose #C43048

Tints of Old Rose #C43048

Color information

#C43048 (or 0xC43048) is unknown color: approx Old Rose. HEX triplet: C4, 30 and 48. RGB value is (196,48,72). Sum of RGB (Red+Green+Blue) = 196+48+72=316 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.03% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 196 - color contains mainly: red. Hex color #C43048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43048 is #3BCFB7. Grayscale: #5F5F5F. Windows color (decimal): -3919800 or 4731076. OLE color: 4731076.

HSL color Cylindrical-coordinate representation of color #C43048: hue angle of 350.27º 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 #C43048 is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB1964872-
CMYK00.760.630.23
HSL350.27º60.66%47.84%-
HSV(B)350.27º75.51%76.86%-
XYZ24.9914.327.58-
YUV94.99115.03200.05-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 62.03%
GREEN value IS 48 (19.14% from 255) = 15.19%
BLUE value IS 72 (28.52% from 255) = 22.78%
R=62.03%
G=15.19%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196487200.760.630.23350.2760.6647.84
HexC4304804C3F1715e3d30
Octal30460110011477275367560
Binary1100010011000010010000100110011111110111101011110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43048; }

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

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

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

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

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

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

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

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