#C26C69

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

Shades of Contessa #C26C69

Tints of Contessa #C26C69

Color information

#C26C69 (or 0xC26C69) is unknown color: approx Contessa. HEX triplet: C2, 6C and 69. RGB value is (194,108,105). Sum of RGB (Red+Green+Blue) = 194+108+105=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 105 (41.41% from 255 or 25.80% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26C69 is #3D9396. Grayscale: #858585. Windows color (decimal): -4035479 or 6909122. OLE color: 6909122.

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

Color convert

RGB194108105-
CMYK00.440.460.24
HSL2.02º42.18%58.63%-
HSV(B)2.02º45.88%76.08%-
XYZ30.1623.2116.26-
YUV133.37111.99171.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.67%
GREEN value IS 108 (42.58% from 255) = 26.54%
BLUE value IS 105 (41.41% from 255) = 25.80%
R=47.67%
G=26.54%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19410810500.440.460.242.0242.1858.63
HexC26C6902C2E1822a3b
Octal302154151054563025273
Binary110000101101100110100101011001011101100010101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26C69; }

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

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

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

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

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

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

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

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