#C6414C

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

Shades of Old Rose #C6414C

Tints of Old Rose #C6414C

Color information

#C6414C (or 0xC6414C) is unknown color: approx Old Rose. HEX triplet: C6, 41 and 4C. RGB value is (198,65,76). Sum of RGB (Red+Green+Blue) = 198+65+76=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C6414C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6414C is #39BEB3. Grayscale: #6A6A6A. Windows color (decimal): -3784372 or 4997574. OLE color: 4997574.

HSL color Cylindrical-coordinate representation of color #C6414C: hue angle of 355.04º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C6414C is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB1986576-
CMYK00.670.620.22
HSL355.04º53.85%51.57%-
HSV(B)355.04º67.17%77.65%-
XYZ26.4816.318.59-
YUV106.02111.06193.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 58.41%
GREEN value IS 65 (25.78% from 255) = 19.17%
BLUE value IS 76 (30.08% from 255) = 22.42%
R=58.41%
G=19.17%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198657600.670.620.22355.0453.8551.57
HexC6414C0433E161633634
Octal306101114010376265436664
Binary11000110100000110011000100001111111010110101100011110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6414C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6414C; }

 p { color: rgb(198,65,76); }

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

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

 a { background-color: rgb(198,65,76); }

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

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

 span { border-color: rgb(198,65,76); }

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