#C26D6D

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

Shades of Contessa #C26D6D

Tints of Contessa #C26D6D

Color information

#C26D6D (or 0xC26D6D) is unknown color: approx Contessa. HEX triplet: C2, 6D and 6D. RGB value is (194,109,109). Sum of RGB (Red+Green+Blue) = 194+109+109=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 109 (42.97% from 255 or 26.46% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C26D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26D6D is #3D9292. Grayscale: #868686. Windows color (decimal): -4035219 or 7171522. OLE color: 7171522.

HSL color Cylindrical-coordinate representation of color #C26D6D: hue angle of 0º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C26D6D is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB194109109-
CMYK00.440.440.24
HSL41.06%59.41%-
HSV(B)43.81%76.08%-
XYZ30.4823.5117.4-
YUV134.42113.66170.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.09%
GREEN value IS 109 (42.97% from 255) = 26.46%
BLUE value IS 109 (42.97% from 255) = 26.46%
R=47.09%
G=26.46%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410910900.440.440.24041.0659.41
HexC26D6D02C2C180293b
Octal302155155054543005173
Binary11000010110110111011010101100101100110000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26D6D; }

 p { color: rgb(194,109,109); }

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

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

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

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

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

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

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