#C77A6B

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

Shades of Contessa #C77A6B

Tints of Contessa #C77A6B

Color information

#C77A6B (or 0xC77A6B) is unknown color: approx Contessa. HEX triplet: C7, 7A and 6B. RGB value is (199,122,107). Sum of RGB (Red+Green+Blue) = 199+122+107=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77A6B is #388594. Grayscale: #8F8F8F. Windows color (decimal): -3704213 or 7043783. OLE color: 7043783.

HSL color Cylindrical-coordinate representation of color #C77A6B: hue angle of 9.78º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C77A6B is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB199122107-
CMYK00.390.460.22
HSL9.78º45.1%60%-
HSV(B)9.78º46.23%78.04%-
XYZ33.1727.1217.4-
YUV143.31107.51167.72-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.50%
GREEN value IS 122 (48.05% from 255) = 28.50%
BLUE value IS 107 (42.19% from 255) = 25%
R=46.50%
G=28.50%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912210700.390.460.229.7845.160
HexC77A6B0272E16a2d3c
Octal3071721530475626125574
Binary11000111111101011010110100111101110101101010101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77A6B; }

 p { color: rgb(199,122,107); }

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

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

 a { background-color: rgb(199,122,107); }

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

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

 span { border-color: rgb(199,122,107); }

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