#C76F6D

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

Shades of Contessa #C76F6D

Tints of Contessa #C76F6D

Color information

#C76F6D (or 0xC76F6D) is unknown color: approx Contessa. HEX triplet: C7, 6F and 6D. RGB value is (199,111,109). Sum of RGB (Red+Green+Blue) = 199+111+109=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C76F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76F6D is #389092. Grayscale: #898989. Windows color (decimal): -3707027 or 7172039. OLE color: 7172039.

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

Color convert

RGB199111109-
CMYK00.440.450.22
HSL1.33º44.55%60.39%-
HSV(B)1.33º45.23%78.04%-
XYZ3224.6217.53-
YUV137.08112.15172.16-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.49%
GREEN value IS 111 (43.75% from 255) = 26.49%
BLUE value IS 109 (42.97% from 255) = 26.01%
R=47.49%
G=26.49%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19911110900.440.450.221.3344.5560.39
HexC76F6D02C2D1612d3c
Octal307157155054552615574
Binary11000111110111111011010101100101101101101101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76F6D; }

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

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

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

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

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

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

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

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