#CA746E

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

Shades of Contessa #CA746E

Tints of Contessa #CA746E

Color information

#CA746E (or 0xCA746E) is unknown color: approx Contessa. HEX triplet: CA, 74 and 6E. RGB value is (202,116,110). Sum of RGB (Red+Green+Blue) = 202+116+110=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 110 (43.36% from 255 or 25.70% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA746E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA746E is #358B91. Grayscale: #8D8D8D. Windows color (decimal): -3509138 or 7238858. OLE color: 7238858.

HSL color Cylindrical-coordinate representation of color #CA746E: hue angle of 3.91º degrees, saturation: 0.46, 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 #CA746E is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB202116110-
CMYK00.430.460.21
HSL3.91º46.46%61.18%-
HSV(B)3.91º45.54%79.22%-
XYZ33.4226.1718.04-
YUV141.03110.49171.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.20%
GREEN value IS 116 (45.70% from 255) = 27.10%
BLUE value IS 110 (43.36% from 255) = 25.70%
R=47.20%
G=27.10%
B=25.70%

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
Decimal20211611000.430.460.213.9146.4661.18
HexCA746E02B2E1542e3d
Octal312164156053562545675
Binary1100101011101001101110010101110111010101100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA746E; }

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

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

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

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

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

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

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

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