#C7324F

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

Shades of Old Rose #C7324F

Tints of Old Rose #C7324F

Color information

#C7324F (or 0xC7324F) is unknown color: approx Old Rose. HEX triplet: C7, 32 and 4F. RGB value is (199,50,79). Sum of RGB (Red+Green+Blue) = 199+50+79=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 79 (31.25% from 255 or 24.09% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C7324F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7324F is #38CDB0. Grayscale: #616161. Windows color (decimal): -3722673 or 5190343. OLE color: 5190343.

HSL color Cylindrical-coordinate representation of color #C7324F: hue angle of 348.32º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C7324F is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB1995079-
CMYK00.750.600.22
HSL348.32º59.84%48.82%-
HSV(B)348.32º74.87%78.04%-
XYZ26.1114.998.91-
YUV97.86117.36200.14-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 60.67%
GREEN value IS 50 (19.92% from 255) = 15.24%
BLUE value IS 79 (31.25% from 255) = 24.09%
R=60.67%
G=15.24%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199507900.750.600.22348.3259.8448.82
HexC7324F04B3C1615c3c31
Octal30762117011374265347461
Binary1100011111001010011110100101111110010110101011100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7324F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7324F; }

 p { color: rgb(199,50,79); }

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

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

 a { background-color: rgb(199,50,79); }

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

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

 span { border-color: rgb(199,50,79); }

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