#C46F6D

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

Shades of Contessa #C46F6D

Tints of Contessa #C46F6D

Color information

#C46F6D (or 0xC46F6D) is unknown color: approx Contessa. HEX triplet: C4, 6F and 6D. RGB value is (196,111,109). Sum of RGB (Red+Green+Blue) = 196+111+109=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 109 (42.97% from 255 or 26.20% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46F6D is #3B9092. Grayscale: #888888. Windows color (decimal): -3903635 or 7172036. OLE color: 7172036.

HSL color Cylindrical-coordinate representation of color #C46F6D: hue angle of 1.38º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C46F6D is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB196111109-
CMYK00.430.440.23
HSL1.38º42.44%59.8%-
HSV(B)1.38º44.39%76.86%-
XYZ31.2124.2117.5-
YUV136.19112.66170.66-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.12%
GREEN value IS 111 (43.75% from 255) = 26.68%
BLUE value IS 109 (42.97% from 255) = 26.20%
R=47.12%
G=26.68%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611110900.430.440.231.3842.4459.8
HexC46F6D02B2C1712a3c
Octal304157155053542715274
Binary11000100110111111011010101011101100101111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46F6D; }

 p { color: rgb(196,111,109); }

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

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

 a { background-color: rgb(196,111,109); }

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

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

 span { border-color: rgb(196,111,109); }

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