#C07669

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

Shades of Contessa #C07669

Tints of Contessa #C07669

Color information

#C07669 (or 0xC07669) is unknown color: approx Contessa. HEX triplet: C0, 76 and 69. RGB value is (192,118,105). Sum of RGB (Red+Green+Blue) = 192+118+105=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 105 (41.41% from 255 or 25.30% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C07669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07669 is #3F8996. Grayscale: #8A8A8A. Windows color (decimal): -4163991 or 6911680. OLE color: 6911680.

HSL color Cylindrical-coordinate representation of color #C07669: hue angle of 8.97º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C07669 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB192118105-
CMYK00.390.450.25
HSL8.97º40.85%58.24%-
HSV(B)8.97º45.31%75.29%-
XYZ30.7725.1816.6-
YUV138.64109.02166.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.27%
GREEN value IS 118 (46.48% from 255) = 28.43%
BLUE value IS 105 (41.41% from 255) = 25.30%
R=46.27%
G=28.43%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211810500.390.450.258.9740.8558.24
HexC076690272D199293a
Octal3001661510475531115172
Binary11000000111011011010010100111101101110011001101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07669; }

 p { color: rgb(192,118,105); }

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

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

 a { background-color: rgb(192,118,105); }

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

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

 span { border-color: rgb(192,118,105); }

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