#CA756E

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

Shades of Contessa #CA756E

Tints of Contessa #CA756E

Color information

#CA756E (or 0xCA756E) is unknown color: approx Contessa. HEX triplet: CA, 75 and 6E. RGB value is (202,117,110). Sum of RGB (Red+Green+Blue) = 202+117+110=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA756E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA756E is #358A91. Grayscale: #8D8D8D. Windows color (decimal): -3508882 or 7239114. OLE color: 7239114.

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

Color convert

RGB202117110-
CMYK00.420.460.21
HSL4.57º46.46%61.18%-
HSV(B)4.57º45.54%79.22%-
XYZ33.5326.418.08-
YUV141.62110.16171.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.09%
GREEN value IS 117 (46.09% from 255) = 27.27%
BLUE value IS 110 (43.36% from 255) = 25.64%
R=47.09%
G=27.27%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211711000.420.460.214.5746.4661.18
HexCA756E02A2E1552e3d
Octal312165156052562555675
Binary1100101011101011101110010101010111010101101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA756E; }

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

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

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

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

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

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

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

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