#C2685E

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

Shades of Contessa #C2685E

Tints of Contessa #C2685E

Color information

#C2685E (or 0xC2685E) is unknown color: approx Contessa. HEX triplet: C2, 68 and 5E. RGB value is (194,104,94). Sum of RGB (Red+Green+Blue) = 194+104+94=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 94 (37.11% from 255 or 23.98% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C2685E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2685E is #3D97A1. Grayscale: #818181. Windows color (decimal): -4036514 or 6187202. OLE color: 6187202.

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

Color convert

RGB19410494-
CMYK00.460.520.24
HSL45.05%56.47%-
HSV(B)51.55%76.08%-
XYZ29.2222.1813.33-
YUV129.77107.82173.81-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 49.49%
GREEN value IS 104 (41.02% from 255) = 26.53%
BLUE value IS 94 (37.11% from 255) = 23.98%
R=49.49%
G=26.53%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941049400.460.520.24645.0556.47
HexC2685E02E341862d38
Octal302150136056643065570
Binary1100001011010001011110010111011010011000110101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2685E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2685E; }

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

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

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

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

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

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

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

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