#C6344A

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

Shades of Old Rose #C6344A

Tints of Old Rose #C6344A

Color information

#C6344A (or 0xC6344A) is unknown color: approx Old Rose. HEX triplet: C6, 34 and 4A. RGB value is (198,52,74). Sum of RGB (Red+Green+Blue) = 198+52+74=324 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.11% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 74 (29.30% from 255 or 22.84% from 324); Max value from RGB is 198 - color contains mainly: red. Hex color #C6344A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6344A is #39CBB5. Grayscale: #626262. Windows color (decimal): -3787702 or 4863174. OLE color: 4863174.

HSL color Cylindrical-coordinate representation of color #C6344A: hue angle of 350.96º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C6344A is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB1985274-
CMYK00.740.630.22
HSL350.96º58.4%49.02%-
HSV(B)350.96º73.74%77.65%-
XYZ25.7514.968.01-
YUV98.16114.37199.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 61.11%
GREEN value IS 52 (20.70% from 255) = 16.05%
BLUE value IS 74 (29.30% from 255) = 22.84%
R=61.11%
G=16.05%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198527400.740.630.22350.9658.449.02
HexC6344A04A3F1615f3a31
Octal30664112011277265377261
Binary1100011011010010010100100101011111110110101011111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6344A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6344A; }

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

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

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

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

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

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

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

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