#C06D61

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

Shades of Contessa #C06D61

Tints of Contessa #C06D61

Color information

#C06D61 (or 0xC06D61) is unknown color: approx Contessa. HEX triplet: C0, 6D and 61. RGB value is (192,109,97). Sum of RGB (Red+Green+Blue) = 192+109+97=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06D61 is #3F929E. Grayscale: #848484. Windows color (decimal): -4166303 or 6385088. OLE color: 6385088.

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

Color convert

RGB19210997-
CMYK00.430.490.25
HSL7.58º42.99%56.67%-
HSV(B)7.58º49.48%75.29%-
XYZ29.3623.0114.2-
YUV132.45108170.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.24%
GREEN value IS 109 (42.97% from 255) = 27.39%
BLUE value IS 97 (38.28% from 255) = 24.37%
R=48.24%
G=27.39%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921099700.430.490.257.5842.9956.67
HexC06D6102B311982b39
Octal3001551410536131105371
Binary11000000110110111000010101011110001110011000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06D61; }

 p { color: rgb(192,109,97); }

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

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

 a { background-color: rgb(192,109,97); }

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

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

 span { border-color: rgb(192,109,97); }

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