#C26564

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

Shades of Contessa #C26564

Tints of Contessa #C26564

Color information

#C26564 (or 0xC26564) is unknown color: approx Contessa. HEX triplet: C2, 65 and 64. RGB value is (194,101,100). Sum of RGB (Red+Green+Blue) = 194+101+100=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C26564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26564 is #3D9A9B. Grayscale: #808080. Windows color (decimal): -4037276 or 6579650. OLE color: 6579650.

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

Color convert

RGB194101100-
CMYK00.480.480.24
HSL0.64º43.52%57.65%-
HSV(B)0.64º48.45%76.08%-
XYZ29.221.714.71-
YUV128.69111.81174.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.11%
GREEN value IS 101 (39.84% from 255) = 25.57%
BLUE value IS 100 (39.45% from 255) = 25.32%
R=49.11%
G=25.57%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410110000.480.480.240.6443.5257.65
HexC26564030301812c3a
Octal302145144060603015472
Binary11000010110010111001000110000110000110001101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26564; }

 p { color: rgb(194,101,100); }

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

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

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

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

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

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

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