#C26666

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

Shades of Contessa #C26666

Tints of Contessa #C26666

Color information

#C26666 (or 0xC26666) is unknown color: approx Contessa. HEX triplet: C2, 66 and 66. RGB value is (194,102,102). Sum of RGB (Red+Green+Blue) = 194+102+102=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 102 (40.23% from 255 or 25.63% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C26666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26666 is #3D9999. Grayscale: #818181. Windows color (decimal): -4037018 or 6710978. OLE color: 6710978.

HSL color Cylindrical-coordinate representation of color #C26666: hue angle of 0º 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 #C26666 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB194102102-
CMYK00.470.470.24
HSL42.99%58.04%-
HSV(B)47.42%76.08%-
XYZ29.421.9315.25-
YUV129.51112.48174-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.74%
GREEN value IS 102 (40.23% from 255) = 25.63%
BLUE value IS 102 (40.23% from 255) = 25.63%
R=48.74%
G=25.63%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410210200.470.470.24042.9958.04
HexC2666602F2F1802b3a
Octal302146146057573005372
Binary11000010110011011001100101111101111110000101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26666; }

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

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

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

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

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

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

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

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