#C8796A

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

Shades of Contessa #C8796A

Tints of Contessa #C8796A

Color information

#C8796A (or 0xC8796A) is unknown color: approx Contessa. HEX triplet: C8, 79 and 6A. RGB value is (200,121,106). Sum of RGB (Red+Green+Blue) = 200+121+106=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 121 (47.66% from 255 or 28.34% from 427); Blue value is 106 (41.80% from 255 or 24.82% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C8796A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8796A is #378695. Grayscale: #8F8F8F. Windows color (decimal): -3638934 or 6977992. OLE color: 6977992.

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

Color convert

RGB200121106-
CMYK00.390.470.22
HSL9.57º46.08%60%-
HSV(B)9.57º47%78.43%-
XYZ33.2626.9917.09-
YUV142.91107.17168.72-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.84%
GREEN value IS 121 (47.66% from 255) = 28.34%
BLUE value IS 106 (41.80% from 255) = 24.82%
R=46.84%
G=28.34%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012110600.390.470.229.5746.0860
HexC8796A0272F16a2e3c
Octal3101711520475726125674
Binary11001000111100111010100100111101111101101010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8796A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8796A; }

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

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

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

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

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

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

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

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