#C7324C

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

Shades of Old Rose #C7324C

Tints of Old Rose #C7324C

Color information

#C7324C (or 0xC7324C) is unknown color: approx Old Rose. HEX triplet: C7, 32 and 4C. RGB value is (199,50,76). Sum of RGB (Red+Green+Blue) = 199+50+76=325 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.23% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 199 - color contains mainly: red. Hex color #C7324C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7324C is #38CDB3. Grayscale: #616161. Windows color (decimal): -3722676 or 4993735. OLE color: 4993735.

HSL color Cylindrical-coordinate representation of color #C7324C: hue angle of 349.53º 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 #C7324C is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB1995076-
CMYK00.750.620.22
HSL349.53º59.84%48.82%-
HSV(B)349.53º74.87%78.04%-
XYZ2614.958.35-
YUV97.52115.86200.39-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 61.23%
GREEN value IS 50 (19.92% from 255) = 15.38%
BLUE value IS 76 (30.08% from 255) = 23.38%
R=61.23%
G=15.38%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199507600.750.620.22349.5359.8448.82
HexC7324C04B3E1615e3c31
Octal30762114011376265367461
Binary1100011111001010011000100101111111010110101011110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7324C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7324C; }

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

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

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

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

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

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

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

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