#C6384F

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

Shades of Old Rose #C6384F

Tints of Old Rose #C6384F

Color information

#C6384F (or 0xC6384F) is unknown color: approx Old Rose. HEX triplet: C6, 38 and 4F. RGB value is (198,56,79). Sum of RGB (Red+Green+Blue) = 198+56+79=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C6384F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6384F is #39C7B0. Grayscale: #656565. Windows color (decimal): -3786673 or 5191878. OLE color: 5191878.

HSL color Cylindrical-coordinate representation of color #C6384F: hue angle of 350.28º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C6384F is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB1985679-
CMYK00.720.600.22
HSL350.28º55.91%49.8%-
HSV(B)350.28º71.72%77.65%-
XYZ26.1115.48.99-
YUV101.08115.54197.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 59.46%
GREEN value IS 56 (22.27% from 255) = 16.82%
BLUE value IS 79 (31.25% from 255) = 23.72%
R=59.46%
G=16.82%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198567900.720.600.22350.2855.9149.8
HexC6384F0483C1615e3832
Octal30670117011074265367062
Binary1100011011100010011110100100011110010110101011110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6384F; }

 p { color: rgb(198,56,79); }

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

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

 a { background-color: rgb(198,56,79); }

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

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

 span { border-color: rgb(198,56,79); }

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