#C07A6B

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

Shades of Contessa #C07A6B

Tints of Contessa #C07A6B

Color information

#C07A6B (or 0xC07A6B) is unknown color: approx Contessa. HEX triplet: C0, 7A and 6B. RGB value is (192,122,107). Sum of RGB (Red+Green+Blue) = 192+122+107=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 107 (42.19% from 255 or 25.42% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07A6B is #3F8594. Grayscale: #8D8D8D. Windows color (decimal): -4162965 or 7043776. OLE color: 7043776.

HSL color Cylindrical-coordinate representation of color #C07A6B: hue angle of 10.59º 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 #C07A6B is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB192122107-
CMYK00.360.440.25
HSL10.59º40.28%58.63%-
HSV(B)10.59º44.27%75.29%-
XYZ31.3526.1917.31-
YUV141.22108.69164.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.61%
GREEN value IS 122 (48.05% from 255) = 28.98%
BLUE value IS 107 (42.19% from 255) = 25.42%
R=45.61%
G=28.98%
B=25.42%

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
Decimal19212210700.360.440.2510.5940.2858.63
HexC07A6B0242C19b283b
Octal3001721530445431135073
Binary11000000111101011010110100100101100110011011101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07A6B; }

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

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

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

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

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

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

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

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