#C26C63

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

Shades of Contessa #C26C63

Tints of Contessa #C26C63

Color information

#C26C63 (or 0xC26C63) is unknown color: approx Contessa. HEX triplet: C2, 6C and 63. RGB value is (194,108,99). Sum of RGB (Red+Green+Blue) = 194+108+99=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 99 (39.06% from 255 or 24.69% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26C63 is #3D939C. Grayscale: #848484. Windows color (decimal): -4035485 or 6515906. OLE color: 6515906.

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

Color convert

RGB19410899-
CMYK00.440.490.24
HSL5.68º43.78%57.45%-
HSV(B)5.68º48.97%76.08%-
XYZ29.8623.114.69-
YUV132.69108.99171.73-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.38%
GREEN value IS 108 (42.58% from 255) = 26.93%
BLUE value IS 99 (39.06% from 255) = 24.69%
R=48.38%
G=26.93%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941089900.440.490.245.6843.7857.45
HexC26C6302C311862c39
Octal302154143054613065471
Binary1100001011011001100011010110011000111000110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26C63; }

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

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

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

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

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

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

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

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