#C7244C

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

Shades of Old Rose #C7244C

Tints of Old Rose #C7244C

Color information

#C7244C (or 0xC7244C) is unknown color: approx Old Rose. HEX triplet: C7, 24 and 4C. RGB value is (199,36,76). Sum of RGB (Red+Green+Blue) = 199+36+76=311 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.99% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 76 (30.08% from 255 or 24.44% from 311); Max value from RGB is 199 - color contains mainly: red. Hex color #C7244C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7244C is #38DBB3. Grayscale: #595959. Windows color (decimal): -3726260 or 4990151. OLE color: 4990151.

HSL color Cylindrical-coordinate representation of color #C7244C: hue angle of 345.28º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C7244C is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB1993676-
CMYK00.820.620.22
HSL345.28º69.36%46.08%-
HSV(B)345.28º81.91%78.04%-
XYZ25.4913.938.18-
YUV89.3120.5206.25-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 63.99%
GREEN value IS 36 (14.45% from 255) = 11.58%
BLUE value IS 76 (30.08% from 255) = 24.44%
R=63.99%
G=11.58%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199367600.820.620.22345.2869.3646.08
HexC7244C0523E16159452e
Octal307441140122762653110556
Binary11000111100100100110001010010111110101101010110011000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7244C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7244C; }

 p { color: rgb(199,36,76); }

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

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

 a { background-color: rgb(199,36,76); }

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

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

 span { border-color: rgb(199,36,76); }

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