#C07A6C

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

Shades of Contessa #C07A6C

Tints of Contessa #C07A6C

Color information

#C07A6C (or 0xC07A6C) is unknown color: approx Contessa. HEX triplet: C0, 7A and 6C. RGB value is (192,122,108). Sum of RGB (Red+Green+Blue) = 192+122+108=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 122 (48.05% from 255 or 28.91% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07A6C is #3F8593. Grayscale: #8D8D8D. Windows color (decimal): -4162964 or 7109312. OLE color: 7109312.

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

Color convert

RGB192122108-
CMYK00.360.440.25
HSL10º40%58.82%-
HSV(B)10º43.75%75.29%-
XYZ31.426.2117.59-
YUV141.33109.19164.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.50%
GREEN value IS 122 (48.05% from 255) = 28.91%
BLUE value IS 108 (42.58% from 255) = 25.59%
R=45.50%
G=28.91%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212210800.360.440.25104058.82
HexC07A6C0242C19a283b
Octal3001721540445431125073
Binary11000000111101011011000100100101100110011010101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07A6C; }

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

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

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

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

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

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

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

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