#CA746D

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

Shades of Contessa #CA746D

Tints of Contessa #CA746D

Color information

#CA746D (or 0xCA746D) is unknown color: approx Contessa. HEX triplet: CA, 74 and 6D. RGB value is (202,116,109). Sum of RGB (Red+Green+Blue) = 202+116+109=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA746D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA746D is #358B92. Grayscale: #8D8D8D. Windows color (decimal): -3509139 or 7173322. OLE color: 7173322.

HSL color Cylindrical-coordinate representation of color #CA746D: hue angle of 4.52º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CA746D is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB202116109-
CMYK00.430.460.21
HSL4.52º46.73%60.98%-
HSV(B)4.52º46.04%79.22%-
XYZ33.3626.1517.76-
YUV140.92109.99171.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.31%
GREEN value IS 116 (45.70% from 255) = 27.17%
BLUE value IS 109 (42.97% from 255) = 25.53%
R=47.31%
G=27.17%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211610900.430.460.214.5246.7360.98
HexCA746D02B2E1552f3d
Octal312164155053562555775
Binary1100101011101001101101010101110111010101101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA746D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA746D; }

 p { color: rgb(202,116,109); }

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

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

 a { background-color: rgb(202,116,109); }

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

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

 span { border-color: rgb(202,116,109); }

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