#C26867

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

Shades of Contessa #C26867

Tints of Contessa #C26867

Color information

#C26867 (or 0xC26867) is unknown color: approx Contessa. HEX triplet: C2, 68 and 67. RGB value is (194,104,103). Sum of RGB (Red+Green+Blue) = 194+104+103=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 103 (40.62% from 255 or 25.69% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C26867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26867 is #3D9798. Grayscale: #828282. Windows color (decimal): -4036505 or 6777026. OLE color: 6777026.

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

Color convert

RGB194104103-
CMYK00.460.470.24
HSL0.66º42.72%58.24%-
HSV(B)0.66º46.91%76.08%-
XYZ29.6522.3515.58-
YUV130.8112.32173.08-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.38%
GREEN value IS 104 (41.02% from 255) = 25.94%
BLUE value IS 103 (40.62% from 255) = 25.69%
R=48.38%
G=25.94%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410410300.460.470.240.6642.7258.24
HexC2686702E2F1812b3a
Octal302150147056573015372
Binary11000010110100011001110101110101111110001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26867; }

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

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

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

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

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

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

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

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