#C6324D

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

Shades of Old Rose #C6324D

Tints of Old Rose #C6324D

Color information

#C6324D (or 0xC6324D) is unknown color: approx Old Rose. HEX triplet: C6, 32 and 4D. RGB value is (198,50,77). Sum of RGB (Red+Green+Blue) = 198+50+77=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C6324D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6324D is #39CDB2. Grayscale: #616161. Windows color (decimal): -3788211 or 5059270. OLE color: 5059270.

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

Color convert

RGB1985077-
CMYK00.750.610.22
HSL349.05º59.68%48.63%-
HSV(B)349.05º74.75%77.65%-
XYZ25.7714.828.52-
YUV97.33116.53199.8-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60.92%
GREEN value IS 50 (19.92% from 255) = 15.38%
BLUE value IS 77 (30.47% from 255) = 23.69%
R=60.92%
G=15.38%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198507700.750.610.22349.0559.6848.63
HexC6324D04B3D1615d3c31
Octal30662115011375265357461
Binary1100011011001010011010100101111110110110101011101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6324D; }

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

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

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

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

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

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

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

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