#c6344b

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

Shades of Old Rose #C6344B

Tints of Old Rose #C6344B

Color information

#C6344B (or 0xC6344B) is unknown color: approx Old Rose. HEX triplet: C6, 34 and 4B. RGB value is (198,52,75). Sum of RGB (Red+Green+Blue) = 198+52+75=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 52 (20.70% from 255 or 16% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C6344B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6344B is #39CBB4. Grayscale: #626262. Windows color (decimal): -3787701 or 4928710. OLE color: 4928710.

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

Color convert

RGB1985275-
CMYK00.740.620.22
HSL350.55º58.4%49.02%-
HSV(B)350.55º73.74%77.65%-
XYZ25.7914.978.19-
YUV98.28114.87199.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60.92%
GREEN value IS 52 (20.70% from 255) = 16%
BLUE value IS 75 (29.69% from 255) = 23.08%
R=60.92%
G=16%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198527500.740.620.22350.5558.449.02
HexC6344B04A3E1615f3a31
Octal30664113011276265377261
Binary1100011011010010010110100101011111010110101011111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6344b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6344b; }

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

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

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

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

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

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

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

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