#C26865

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

Shades of Contessa #C26865

Tints of Contessa #C26865

Color information

#C26865 (or 0xC26865) is unknown color: approx Contessa. HEX triplet: C2, 68 and 65. RGB value is (194,104,101). Sum of RGB (Red+Green+Blue) = 194+104+101=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C26865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26865 is #3D979A. Grayscale: #828282. Windows color (decimal): -4036507 or 6645954. OLE color: 6645954.

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

Color convert

RGB194104101-
CMYK00.460.480.24
HSL1.94º43.26%57.84%-
HSV(B)1.94º47.94%76.08%-
XYZ29.5522.3115.06-
YUV130.57111.32173.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.62%
GREEN value IS 104 (41.02% from 255) = 26.07%
BLUE value IS 101 (39.84% from 255) = 25.31%
R=48.62%
G=26.07%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410410100.460.480.241.9443.2657.84
HexC2686502E301822b3a
Octal302150145056603025372
Binary110000101101000110010101011101100001100010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26865; }

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

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

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

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

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

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

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

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