#C07B6F

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

Shades of Contessa #C07B6F

Tints of Contessa #C07B6F

Color information

#C07B6F (or 0xC07B6F) is unknown color: approx Contessa. HEX triplet: C0, 7B and 6F. RGB value is (192,123,111). Sum of RGB (Red+Green+Blue) = 192+123+111=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 123 (48.44% from 255 or 28.87% from 426); Blue value is 111 (43.75% from 255 or 26.06% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07B6F is #3F8490. Grayscale: #8E8E8E. Windows color (decimal): -4162705 or 7306176. OLE color: 7306176.

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

Color convert

RGB192123111-
CMYK00.360.420.25
HSL8.89º39.13%59.41%-
HSV(B)8.89º42.19%75.29%-
XYZ31.6926.5218.49-
YUV142.26110.36163.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.07%
GREEN value IS 123 (48.44% from 255) = 28.87%
BLUE value IS 111 (43.75% from 255) = 26.06%
R=45.07%
G=28.87%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212311100.360.420.258.8939.1359.41
HexC07B6F0242A199273b
Octal3001731570445231114773
Binary11000000111101111011110100100101010110011001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07B6F; }

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

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

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

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

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

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

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

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