#C26765

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

Shades of Contessa #C26765

Tints of Contessa #C26765

Color information

#C26765 (or 0xC26765) is unknown color: approx Contessa. HEX triplet: C2, 67 and 65. RGB value is (194,103,101). Sum of RGB (Red+Green+Blue) = 194+103+101=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C26765 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26765 is #3D989A. Grayscale: #828282. Windows color (decimal): -4036763 or 6645698. OLE color: 6645698.

HSL color Cylindrical-coordinate representation of color #C26765: hue angle of 1.29º degrees, saturation: 0.43, 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 #C26765 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB194103101-
CMYK00.470.480.24
HSL1.29º43.26%57.84%-
HSV(B)1.29º47.94%76.08%-
XYZ29.4522.1115.03-
YUV129.98111.65173.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.74%
GREEN value IS 103 (40.62% from 255) = 25.88%
BLUE value IS 101 (39.84% from 255) = 25.38%
R=48.74%
G=25.88%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410310100.470.480.241.2943.2657.84
HexC2676502F301812b3a
Octal302147145057603015372
Binary11000010110011111001010101111110000110001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26765; }

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

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

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

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

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

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

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

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