#C26A63

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

Shades of Contessa #C26A63

Tints of Contessa #C26A63

Color information

#C26A63 (or 0xC26A63) is unknown color: approx Contessa. HEX triplet: C2, 6A and 63. RGB value is (194,106,99). Sum of RGB (Red+Green+Blue) = 194+106+99=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 99 (39.06% from 255 or 24.81% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C26A63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26A63 is #3D959C. Grayscale: #838383. Windows color (decimal): -4035997 or 6515394. OLE color: 6515394.

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

Color convert

RGB19410699-
CMYK00.450.490.24
HSL4.42º43.78%57.45%-
HSV(B)4.42º48.97%76.08%-
XYZ29.6522.6814.62-
YUV131.51109.65172.57-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.62%
GREEN value IS 106 (41.80% from 255) = 26.57%
BLUE value IS 99 (39.06% from 255) = 24.81%
R=48.62%
G=26.57%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941069900.450.490.244.4243.7857.45
HexC26A6302D311842c39
Octal302152143055613045471
Binary1100001011010101100011010110111000111000100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26A63; }

 p { color: rgb(194,106,99); }

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

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

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

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

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

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

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