#c0725f

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

Shades of Contessa #C0725F

Tints of Contessa #C0725F

Color information

#C0725F (or 0xC0725F) is unknown color: approx Contessa. HEX triplet: C0, 72 and 5F. RGB value is (192,114,95). Sum of RGB (Red+Green+Blue) = 192+114+95=401 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.88% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 192 - color contains mainly: red. Hex color #C0725F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0725F is #3F8DA0. Grayscale: #878787. Windows color (decimal): -4165025 or 6255296. OLE color: 6255296.

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

Color convert

RGB19211495-
CMYK00.410.510.25
HSL11.75º43.5%56.27%-
HSV(B)11.75º50.52%75.29%-
XYZ29.8224.0713.9-
YUV135.16105.34168.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.88%
GREEN value IS 114 (44.92% from 255) = 28.43%
BLUE value IS 95 (37.5% from 255) = 23.69%
R=47.88%
G=28.43%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921149500.410.510.2511.7543.556.27
HexC0725F0293319c2b38
Octal3001621370516331145370
Binary11000000111001010111110101001110011110011100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0725f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0725f; }

 p { color: rgb(192,114,95); }

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

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

 a { background-color: rgb(192,114,95); }

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

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

 span { border-color: rgb(192,114,95); }

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