#C6324A

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

Shades of Old Rose #C6324A

Tints of Old Rose #C6324A

Color information

#C6324A (or 0xC6324A) is unknown color: approx Old Rose. HEX triplet: C6, 32 and 4A. RGB value is (198,50,74). Sum of RGB (Red+Green+Blue) = 198+50+74=322 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.49% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 74 (29.30% from 255 or 22.98% from 322); Max value from RGB is 198 - color contains mainly: red. Hex color #C6324A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6324A is #39CDB5. Grayscale: #616161. Windows color (decimal): -3788214 or 4862662. OLE color: 4862662.

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

Color convert

RGB1985074-
CMYK00.750.630.22
HSL350.27º59.68%48.63%-
HSV(B)350.27º74.75%77.65%-
XYZ25.6714.787.98-
YUV96.99115.03200.05-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 61.49%
GREEN value IS 50 (19.92% from 255) = 15.53%
BLUE value IS 74 (29.30% from 255) = 22.98%
R=61.49%
G=15.53%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198507400.750.630.22350.2759.6848.63
HexC6324A04B3F1615e3c31
Octal30662112011377265367461
Binary1100011011001010010100100101111111110110101011110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6324A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6324A; }

 p { color: rgb(198,50,74); }

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

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

 a { background-color: rgb(198,50,74); }

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

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

 span { border-color: rgb(198,50,74); }

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