#C6726B

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

Shades of Contessa #C6726B

Tints of Contessa #C6726B

Color information

#C6726B (or 0xC6726B) is unknown color: approx Contessa. HEX triplet: C6, 72 and 6B. RGB value is (198,114,107). Sum of RGB (Red+Green+Blue) = 198+114+107=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 107 (42.19% from 255 or 25.54% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C6726B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6726B is #398D94. Grayscale: #8A8A8A. Windows color (decimal): -3771797 or 7041734. OLE color: 7041734.

HSL color Cylindrical-coordinate representation of color #C6726B: hue angle of 4.62º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C6726B is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB198114107-
CMYK00.420.460.22
HSL4.62º44.39%59.8%-
HSV(B)4.62º45.96%77.65%-
XYZ31.9625.117.07-
YUV138.32110.33170.57-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.26%
GREEN value IS 114 (44.92% from 255) = 27.21%
BLUE value IS 107 (42.19% from 255) = 25.54%
R=47.26%
G=27.21%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811410700.420.460.224.6244.3959.8
HexC6726B02A2E1652c3c
Octal306162153052562655474
Binary1100011011100101101011010101010111010110101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6726B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6726B; }

 p { color: rgb(198,114,107); }

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

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

 a { background-color: rgb(198,114,107); }

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

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

 span { border-color: rgb(198,114,107); }

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