#C5685F

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

Shades of Contessa #C5685F

Tints of Contessa #C5685F

Color information

#C5685F (or 0xC5685F) is unknown color: approx Contessa. HEX triplet: C5, 68 and 5F. RGB value is (197,104,95). Sum of RGB (Red+Green+Blue) = 197+104+95=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 95 (37.5% from 255 or 23.99% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C5685F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5685F is #3A97A0. Grayscale: #828282. Windows color (decimal): -3839905 or 6252741. OLE color: 6252741.

HSL color Cylindrical-coordinate representation of color #C5685F: hue angle of 5.29º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C5685F is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB19710495-
CMYK00.470.520.23
HSL5.29º46.79%57.25%-
HSV(B)5.29º51.78%77.25%-
XYZ30.0422.613.6-
YUV130.78107.81175.23-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.75%
GREEN value IS 104 (41.02% from 255) = 26.26%
BLUE value IS 95 (37.5% from 255) = 23.99%
R=49.75%
G=26.26%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971049500.470.520.235.2946.7957.25
HexC5685F02F341752f39
Octal305150137057642755771
Binary1100010111010001011111010111111010010111101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5685F; }

 p { color: rgb(197,104,95); }

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

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

 a { background-color: rgb(197,104,95); }

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

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

 span { border-color: rgb(197,104,95); }

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