#C9716A

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

Shades of Contessa #C9716A

Tints of Contessa #C9716A

Color information

#C9716A (or 0xC9716A) is unknown color: approx Contessa. HEX triplet: C9, 71 and 6A. RGB value is (201,113,106). Sum of RGB (Red+Green+Blue) = 201+113+106=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 113 (44.53% from 255 or 26.90% from 420); Blue value is 106 (41.80% from 255 or 25.24% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C9716A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9716A is #368E95. Grayscale: #8A8A8A. Windows color (decimal): -3575446 or 6975945. OLE color: 6975945.

HSL color Cylindrical-coordinate representation of color #C9716A: hue angle of 4.42º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C9716A is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB201113106-
CMYK00.440.470.21
HSL4.42º46.8%60.2%-
HSV(B)4.42º47.26%78.82%-
XYZ32.5925.2716.8-
YUV138.51109.65172.57-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.86%
GREEN value IS 113 (44.53% from 255) = 26.90%
BLUE value IS 106 (41.80% from 255) = 25.24%
R=47.86%
G=26.90%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111310600.440.470.214.4246.860.2
HexC9716A02C2F1542f3c
Octal311161152054572545774
Binary1100100111100011101010010110010111110101100101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9716A; }

 p { color: rgb(201,113,106); }

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

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

 a { background-color: rgb(201,113,106); }

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

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

 span { border-color: rgb(201,113,106); }

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