#C07A6E

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

Shades of Contessa #C07A6E

Tints of Contessa #C07A6E

Color information

#C07A6E (or 0xC07A6E) is unknown color: approx Contessa. HEX triplet: C0, 7A and 6E. RGB value is (192,122,110). Sum of RGB (Red+Green+Blue) = 192+122+110=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 110 (43.36% from 255 or 25.94% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07A6E is #3F8591. Grayscale: #8D8D8D. Windows color (decimal): -4162962 or 7240384. OLE color: 7240384.

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

Color convert

RGB192122110-
CMYK00.360.430.25
HSL8.78º39.42%59.22%-
HSV(B)8.78º42.71%75.29%-
XYZ31.5126.2518.16-
YUV141.56110.19163.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.28%
GREEN value IS 122 (48.05% from 255) = 28.77%
BLUE value IS 110 (43.36% from 255) = 25.94%
R=45.28%
G=28.77%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212211000.360.430.258.7839.4259.22
HexC07A6E0242B199273b
Octal3001721560445331114773
Binary11000000111101011011100100100101011110011001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07A6E; }

 p { color: rgb(192,122,110); }

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

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

 a { background-color: rgb(192,122,110); }

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

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

 span { border-color: rgb(192,122,110); }

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