#c6325f

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

Shades of Old Rose #C6325F

Tints of Old Rose #C6325F

Color information

#C6325F (or 0xC6325F) is unknown color: approx Old Rose. HEX triplet: C6, 32 and 5F. RGB value is (198,50,95). Sum of RGB (Red+Green+Blue) = 198+50+95=343 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.73% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 198 - color contains mainly: red. Hex color #C6325F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6325F is #39CDA0. Grayscale: #636363. Windows color (decimal): -3788193 or 6238918. OLE color: 6238918.

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

Color convert

RGB1985095-
CMYK00.750.520.22
HSL341.76º59.68%48.63%-
HSV(B)341.76º74.75%77.65%-
XYZ26.4915.1112.35-
YUV99.38125.53198.34-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 57.73%
GREEN value IS 50 (19.92% from 255) = 14.58%
BLUE value IS 95 (37.5% from 255) = 27.70%
R=57.73%
G=14.58%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198509500.750.520.22341.7659.6848.63
HexC6325F04B34161563c31
Octal30662137011364265267461
Binary1100011011001010111110100101111010010110101010110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6325f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6325f; }

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

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

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

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

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

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

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

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