#C66A5E

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

Shades of Contessa #C66A5E

Tints of Contessa #C66A5E

Color information

#C66A5E (or 0xC66A5E) is unknown color: approx Contessa. HEX triplet: C6, 6A and 5E. RGB value is (198,106,94). Sum of RGB (Red+Green+Blue) = 198+106+94=398 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.75% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 198 - color contains mainly: red. Hex color #C66A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66A5E is #3995A1. Grayscale: #848484. Windows color (decimal): -3773858 or 6187718. OLE color: 6187718.

HSL color Cylindrical-coordinate representation of color #C66A5E: hue angle of 6.92º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C66A5E is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB19810694-
CMYK00.460.530.22
HSL6.92º47.71%57.25%-
HSV(B)6.92º52.53%77.65%-
XYZ30.4623.1213.45-
YUV132.14106.48174.98-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.75%
GREEN value IS 106 (41.80% from 255) = 26.63%
BLUE value IS 94 (37.11% from 255) = 23.62%
R=49.75%
G=26.63%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981069400.460.530.226.9247.7157.25
HexC66A5E02E351673039
Octal306152136056652676071
Binary1100011011010101011110010111011010110110111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66A5E; }

 p { color: rgb(198,106,94); }

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

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

 a { background-color: rgb(198,106,94); }

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

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

 span { border-color: rgb(198,106,94); }

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