#C7264C

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

Shades of Old Rose #C7264C

Tints of Old Rose #C7264C

Color information

#C7264C (or 0xC7264C) is unknown color: approx Old Rose. HEX triplet: C7, 26 and 4C. RGB value is (199,38,76). Sum of RGB (Red+Green+Blue) = 199+38+76=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C7264C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7264C is #38D9B3. Grayscale: #5A5A5A. Windows color (decimal): -3725748 or 4990663. OLE color: 4990663.

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

Color convert

RGB1993876-
CMYK00.810.620.22
HSL345.84º67.93%46.47%-
HSV(B)345.84º80.9%78.04%-
XYZ25.5514.058.2-
YUV90.47119.84205.41-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 63.58%
GREEN value IS 38 (15.23% from 255) = 12.14%
BLUE value IS 76 (30.08% from 255) = 24.28%
R=63.58%
G=12.14%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199387600.810.620.22345.8467.9346.47
HexC7264C0513E1615a442e
Octal307461140121762653210456
Binary11000111100110100110001010001111110101101010110101000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7264C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7264C; }

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

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

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

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

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

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

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

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