#CD776F

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

Shades of Contessa #CD776F

Tints of Contessa #CD776F

Color information

#CD776F (or 0xCD776F) is unknown color: approx Contessa. HEX triplet: CD, 77 and 6F. RGB value is (205,119,111). Sum of RGB (Red+Green+Blue) = 205+119+111=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CD776F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD776F is #328890. Grayscale: #8F8F8F. Windows color (decimal): -3311761 or 7305165. OLE color: 7305165.

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

Color convert

RGB205119111-
CMYK00.420.460.20
HSL5.11º48.45%61.96%-
HSV(B)5.11º45.85%80.39%-
XYZ34.6427.3218.49-
YUV143.8109.49171.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.13%
GREEN value IS 119 (46.88% from 255) = 27.36%
BLUE value IS 111 (43.75% from 255) = 25.52%
R=47.13%
G=27.36%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511911100.420.460.205.1148.4561.96
HexCD776F02A2E145303e
Octal315167157052562456076
Binary1100110111101111101111010101010111010100101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD776F; }

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

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

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

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

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

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

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

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