#C43351

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

Shades of Old Rose #C43351

Tints of Old Rose #C43351

Color information

#C43351 (or 0xC43351) is unknown color: approx Old Rose. HEX triplet: C4, 33 and 51. RGB value is (196,51,81). Sum of RGB (Red+Green+Blue) = 196+51+81=328 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.76% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 81 (32.03% from 255 or 24.70% from 328); Max value from RGB is 196 - color contains mainly: red. Hex color #C43351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43351 is #3BCCAE. Grayscale: #616161. Windows color (decimal): -3919023 or 5321668. OLE color: 5321668.

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

Color convert

RGB1965181-
CMYK00.740.590.23
HSL347.59º58.7%48.43%-
HSV(B)347.59º73.98%76.86%-
XYZ25.4314.79.28-
YUV97.78118.54198.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 59.76%
GREEN value IS 51 (20.31% from 255) = 15.55%
BLUE value IS 81 (32.03% from 255) = 24.70%
R=59.76%
G=15.55%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196518100.740.590.23347.5958.748.43
HexC4335104A3B1715c3b30
Octal30463121011273275347360
Binary1100010011001110100010100101011101110111101011100111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43351; }

 p { color: rgb(196,51,81); }

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

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

 a { background-color: rgb(196,51,81); }

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

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

 span { border-color: rgb(196,51,81); }

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