#C26961

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

Shades of Contessa #C26961

Tints of Contessa #C26961

Color information

#C26961 (or 0xC26961) is unknown color: approx Contessa. HEX triplet: C2, 69 and 61. RGB value is (194,105,97). Sum of RGB (Red+Green+Blue) = 194+105+97=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 97 (38.28% from 255 or 24.49% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C26961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26961 is #3D969E. Grayscale: #828282. Windows color (decimal): -4036255 or 6384066. OLE color: 6384066.

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

Color convert

RGB19410597-
CMYK00.460.500.24
HSL4.95º44.29%57.06%-
HSV(B)4.95º50%76.08%-
XYZ29.4622.4414.09-
YUV130.7108.99173.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.99%
GREEN value IS 105 (41.41% from 255) = 26.52%
BLUE value IS 97 (38.28% from 255) = 24.49%
R=48.99%
G=26.52%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941059700.460.500.244.9544.2957.06
HexC2696102E321852c39
Octal302151141056623055471
Binary1100001011010011100001010111011001011000101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26961; }

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

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

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

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

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

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

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

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