#C26E6B

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

Shades of Contessa #C26E6B

Tints of Contessa #C26E6B

Color information

#C26E6B (or 0xC26E6B) is unknown color: approx Contessa. HEX triplet: C2, 6E and 6B. RGB value is (194,110,107). Sum of RGB (Red+Green+Blue) = 194+110+107=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 110 (43.36% from 255 or 26.76% from 411); Blue value is 107 (42.19% from 255 or 26.03% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26E6B is #3D9194. Grayscale: #868686. Windows color (decimal): -4034965 or 7040706. OLE color: 7040706.

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

Color convert

RGB194110107-
CMYK00.430.450.24
HSL2.07º41.63%59.02%-
HSV(B)2.07º44.85%76.08%-
XYZ30.4823.6816.87-
YUV134.77112.33170.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.20%
GREEN value IS 110 (43.36% from 255) = 26.76%
BLUE value IS 107 (42.19% from 255) = 26.03%
R=47.20%
G=26.76%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411010700.430.450.242.0741.6359.02
HexC26E6B02B2D1822a3b
Octal302156153053553025273
Binary110000101101110110101101010111011011100010101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26E6B; }

 p { color: rgb(194,110,107); }

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

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

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

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

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

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

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