#C06D65

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

Shades of Contessa #C06D65

Tints of Contessa #C06D65

Color information

#C06D65 (or 0xC06D65) is unknown color: approx Contessa. HEX triplet: C0, 6D and 65. RGB value is (192,109,101). Sum of RGB (Red+Green+Blue) = 192+109+101=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06D65 is #3F929A. Grayscale: #858585. Windows color (decimal): -4166299 or 6647232. OLE color: 6647232.

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

Color convert

RGB192109101-
CMYK00.430.470.25
HSL5.27º41.94%57.45%-
HSV(B)5.27º47.4%75.29%-
XYZ29.5623.0815.21-
YUV132.9110170.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.76%
GREEN value IS 109 (42.97% from 255) = 27.11%
BLUE value IS 101 (39.84% from 255) = 25.12%
R=47.76%
G=27.11%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210910100.430.470.255.2741.9457.45
HexC06D6502B2F1952a39
Octal300155145053573155271
Binary1100000011011011100101010101110111111001101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06D65; }

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

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

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

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

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

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

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

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