#CD776D

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

Shades of Contessa #CD776D

Tints of Contessa #CD776D

Color information

#CD776D (or 0xCD776D) is unknown color: approx Contessa. HEX triplet: CD, 77 and 6D. RGB value is (205,119,109). Sum of RGB (Red+Green+Blue) = 205+119+109=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 119 (46.88% from 255 or 27.48% from 433); Blue value is 109 (42.97% from 255 or 25.17% from 433); Max value from RGB is 205 - color contains mainly: red. Hex color #CD776D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD776D is #328892. Grayscale: #8F8F8F. Windows color (decimal): -3311763 or 7174093. OLE color: 7174093.

HSL color Cylindrical-coordinate representation of color #CD776D: hue angle of 6.25º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD776D is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB205119109-
CMYK00.420.470.20
HSL6.25º48.98%61.57%-
HSV(B)6.25º46.83%80.39%-
XYZ34.5327.2817.91-
YUV143.57108.49171.81-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.34%
GREEN value IS 119 (46.88% from 255) = 27.48%
BLUE value IS 109 (42.97% from 255) = 25.17%
R=47.34%
G=27.48%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511910900.420.470.206.2548.9861.57
HexCD776D02A2F146313e
Octal315167155052572466176
Binary1100110111101111101101010101010111110100110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD776D; }

 p { color: rgb(205,119,109); }

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

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

 a { background-color: rgb(205,119,109); }

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

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

 span { border-color: rgb(205,119,109); }

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