#C0705F

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

Shades of Contessa #C0705F

Tints of Contessa #C0705F

Color information

#C0705F (or 0xC0705F) is unknown color: approx Contessa. HEX triplet: C0, 70 and 5F. RGB value is (192,112,95). Sum of RGB (Red+Green+Blue) = 192+112+95=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C0705F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0705F is #3F8FA0. Grayscale: #868686. Windows color (decimal): -4165537 or 6254784. OLE color: 6254784.

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

Color convert

RGB19211295-
CMYK00.420.510.25
HSL10.52º43.5%56.27%-
HSV(B)10.52º50.52%75.29%-
XYZ29.623.6213.83-
YUV133.98106169.38-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.12%
GREEN value IS 112 (44.14% from 255) = 28.07%
BLUE value IS 95 (37.5% from 255) = 23.81%
R=48.12%
G=28.07%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921129500.420.510.2510.5243.556.27
HexC0705F02A3319b2b38
Octal3001601370526331135370
Binary11000000111000010111110101010110011110011011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0705F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0705F; }

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

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

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

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

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

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

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

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