#C06D6A

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

Shades of Contessa #C06D6A

Tints of Contessa #C06D6A

Color information

#C06D6A (or 0xC06D6A) is unknown color: approx Contessa. HEX triplet: C0, 6D and 6A. RGB value is (192,109,106). Sum of RGB (Red+Green+Blue) = 192+109+106=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 109 (42.97% from 255 or 26.78% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06D6A is #3F9295. Grayscale: #858585. Windows color (decimal): -4166294 or 6974912. OLE color: 6974912.

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

Color convert

RGB192109106-
CMYK00.430.450.25
HSL2.09º40.57%58.43%-
HSV(B)2.09º44.79%75.29%-
XYZ29.8123.1816.54-
YUV133.48112.5169.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.17%
GREEN value IS 109 (42.97% from 255) = 26.78%
BLUE value IS 106 (41.80% from 255) = 26.04%
R=47.17%
G=26.78%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210910600.430.450.252.0940.5758.43
HexC06D6A02B2D192293a
Octal300155152053553125172
Binary110000001101101110101001010111011011100110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06D6A; }

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

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

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

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

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

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

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

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