#C6796A

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

Shades of Contessa #C6796A

Tints of Contessa #C6796A

Color information

#C6796A (or 0xC6796A) is unknown color: approx Contessa. HEX triplet: C6, 79 and 6A. RGB value is (198,121,106). Sum of RGB (Red+Green+Blue) = 198+121+106=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 106 (41.80% from 255 or 24.94% from 425); Max value from RGB is 198 - color contains mainly: red. Hex color #C6796A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6796A is #398695. Grayscale: #8E8E8E. Windows color (decimal): -3770006 or 6977990. OLE color: 6977990.

HSL color Cylindrical-coordinate representation of color #C6796A: hue angle of 9.78º degrees, saturation: 0.45, 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 #C6796A is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB198121106-
CMYK00.390.460.22
HSL9.78º44.66%59.61%-
HSV(B)9.78º46.46%77.65%-
XYZ32.7326.7217.07-
YUV142.31107.51167.72-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.59%
GREEN value IS 121 (47.66% from 255) = 28.47%
BLUE value IS 106 (41.80% from 255) = 24.94%
R=46.59%
G=28.47%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19812110600.390.460.229.7844.6659.61
HexC6796A0272E16a2d3c
Octal3061711520475626125574
Binary11000110111100111010100100111101110101101010101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6796A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6796A; }

 p { color: rgb(198,121,106); }

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

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

 a { background-color: rgb(198,121,106); }

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

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

 span { border-color: rgb(198,121,106); }

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