#C7716D

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

Shades of Contessa #C7716D

Tints of Contessa #C7716D

Color information

#C7716D (or 0xC7716D) is unknown color: approx Contessa. HEX triplet: C7, 71 and 6D. RGB value is (199,113,109). Sum of RGB (Red+Green+Blue) = 199+113+109=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C7716D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7716D is #388E92. Grayscale: #8A8A8A. Windows color (decimal): -3706515 or 7172551. OLE color: 7172551.

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

Color convert

RGB199113109-
CMYK00.430.450.22
HSL2.67º44.55%60.39%-
HSV(B)2.67º45.23%78.04%-
XYZ32.2225.0617.61-
YUV138.26111.49171.33-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.27%
GREEN value IS 113 (44.53% from 255) = 26.84%
BLUE value IS 109 (42.97% from 255) = 25.89%
R=47.27%
G=26.84%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911310900.430.450.222.6744.5560.39
HexC7716D02B2D1632d3c
Octal307161155053552635574
Binary110001111110001110110101010111011011011011101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7716D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7716D; }

 p { color: rgb(199,113,109); }

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

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

 a { background-color: rgb(199,113,109); }

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

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

 span { border-color: rgb(199,113,109); }

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