#c07b6e

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

Shades of Contessa #C07B6E

Tints of Contessa #C07B6E

Color information

#C07B6E (or 0xC07B6E) is unknown color: approx Contessa. HEX triplet: C0, 7B and 6E. RGB value is (192,123,110). Sum of RGB (Red+Green+Blue) = 192+123+110=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 123 (48.44% from 255 or 28.94% from 425); Blue value is 110 (43.36% from 255 or 25.88% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07B6E is #3F8491. Grayscale: #8E8E8E. Windows color (decimal): -4162706 or 7240640. OLE color: 7240640.

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

Color convert

RGB192123110-
CMYK00.360.430.25
HSL9.51º39.42%59.22%-
HSV(B)9.51º42.71%75.29%-
XYZ31.6426.518.2-
YUV142.15109.86163.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.18%
GREEN value IS 123 (48.44% from 255) = 28.94%
BLUE value IS 110 (43.36% from 255) = 25.88%
R=45.18%
G=28.94%
B=25.88%

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
Decimal19212311000.360.430.259.5139.4259.22
HexC07B6E0242B19a273b
Octal3001731560445331124773
Binary11000000111101111011100100100101011110011010100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c07b6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c07b6e; }

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

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

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

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

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

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

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

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