#C6394B

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

Shades of Old Rose #C6394B

Tints of Old Rose #C6394B

Color information

#C6394B (or 0xC6394B) is unknown color: approx Old Rose. HEX triplet: C6, 39 and 4B. RGB value is (198,57,75). Sum of RGB (Red+Green+Blue) = 198+57+75=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C6394B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6394B is #39C6B4. Grayscale: #656565. Windows color (decimal): -3786421 or 4929990. OLE color: 4929990.

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

Color convert

RGB1985775-
CMYK00.710.620.22
HSL352.34º55.29%50%-
HSV(B)352.34º71.21%77.65%-
XYZ26.0215.448.27-
YUV101.21113.21197.04-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60%
GREEN value IS 57 (22.66% from 255) = 17.27%
BLUE value IS 75 (29.69% from 255) = 22.73%
R=60%
G=17.27%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198577500.710.620.22352.3455.2950
HexC6394B0473E161603732
Octal30671113010776265406762
Binary1100011011100110010110100011111111010110101100000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6394B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6394B; }

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

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

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

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

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

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

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

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