#C26E67

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

Shades of Contessa #C26E67

Tints of Contessa #C26E67

Color information

#C26E67 (or 0xC26E67) is unknown color: approx Contessa. HEX triplet: C2, 6E and 67. RGB value is (194,110,103). Sum of RGB (Red+Green+Blue) = 194+110+103=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 110 (43.36% from 255 or 27.03% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26E67 is #3D9198. Grayscale: #868686. Windows color (decimal): -4034969 or 6778562. OLE color: 6778562.

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

Color convert

RGB194110103-
CMYK00.430.470.24
HSL4.62º42.72%58.24%-
HSV(B)4.62º46.91%76.08%-
XYZ30.2723.615.79-
YUV134.32110.33170.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.67%
GREEN value IS 110 (43.36% from 255) = 27.03%
BLUE value IS 103 (40.62% from 255) = 25.31%
R=47.67%
G=27.03%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411010300.430.470.244.6242.7258.24
HexC26E6702B2F1852b3a
Octal302156147053573055372
Binary1100001011011101100111010101110111111000101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26E67; }

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

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

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

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

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

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

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

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