#C76D6A

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

Shades of Contessa #C76D6A

Tints of Contessa #C76D6A

Color information

#C76D6A (or 0xC76D6A) is unknown color: approx Contessa. HEX triplet: C7, 6D and 6A. RGB value is (199,109,106). Sum of RGB (Red+Green+Blue) = 199+109+106=414 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.07% from 414); Green value is 109 (42.97% from 255 or 26.33% from 414); Blue value is 106 (41.80% from 255 or 25.60% from 414); Max value from RGB is 199 - color contains mainly: red. Hex color #C76D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76D6A is #389295. Grayscale: #878787. Windows color (decimal): -3707542 or 6974919. OLE color: 6974919.

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

Color convert

RGB199109106-
CMYK00.450.470.22
HSL1.94º45.37%59.8%-
HSV(B)1.94º46.73%78.04%-
XYZ31.6224.1216.62-
YUV135.57111.32173.24-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.07%
GREEN value IS 109 (42.97% from 255) = 26.33%
BLUE value IS 106 (41.80% from 255) = 25.60%
R=48.07%
G=26.33%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19910910600.450.470.221.9445.3759.8
HexC76D6A02D2F1622d3c
Octal307155152055572625574
Binary110001111101101110101001011011011111011010101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C76D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C76D6A; }

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

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

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

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

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

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

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

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