#C6384C

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

Shades of Old Rose #C6384C

Tints of Old Rose #C6384C

Color information

#C6384C (or 0xC6384C) is unknown color: approx Old Rose. HEX triplet: C6, 38 and 4C. RGB value is (198,56,76). Sum of RGB (Red+Green+Blue) = 198+56+76=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C6384C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6384C is #39C7B3. Grayscale: #646464. Windows color (decimal): -3786676 or 4995270. OLE color: 4995270.

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

Color convert

RGB1985676-
CMYK00.720.620.22
HSL351.55º55.91%49.8%-
HSV(B)351.55º71.72%77.65%-
XYZ26.0115.368.43-
YUV100.74114.04197.37-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60%
GREEN value IS 56 (22.27% from 255) = 16.97%
BLUE value IS 76 (30.08% from 255) = 23.03%
R=60%
G=16.97%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198567600.720.620.22351.5555.9149.8
HexC6384C0483E161603832
Octal30670114011076265407062
Binary1100011011100010011000100100011111010110101100000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6384C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6384C; }

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

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

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

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

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

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

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

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