#C26963

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

Shades of Contessa #C26963

Tints of Contessa #C26963

Color information

#C26963 (or 0xC26963) is unknown color: approx Contessa. HEX triplet: C2, 69 and 63. RGB value is (194,105,99). Sum of RGB (Red+Green+Blue) = 194+105+99=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 105 (41.41% from 255 or 26.38% from 398); Blue value is 99 (39.06% from 255 or 24.87% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C26963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26963 is #3D969C. Grayscale: #838383. Windows color (decimal): -4036253 or 6515138. OLE color: 6515138.

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

Color convert

RGB19410599-
CMYK00.460.490.24
HSL3.79º43.78%57.45%-
HSV(B)3.79º48.97%76.08%-
XYZ29.5522.4714.58-
YUV130.93109.99172.99-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.74%
GREEN value IS 105 (41.41% from 255) = 26.38%
BLUE value IS 99 (39.06% from 255) = 24.87%
R=48.74%
G=26.38%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941059900.460.490.243.7943.7857.45
HexC2696302E311842c39
Octal302151143056613045471
Binary1100001011010011100011010111011000111000100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26963; }

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

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

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

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

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

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

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

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