#CA726E

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

Shades of Contessa #CA726E

Tints of Contessa #CA726E

Color information

#CA726E (or 0xCA726E) is unknown color: approx Contessa. HEX triplet: CA, 72 and 6E. RGB value is (202,114,110). Sum of RGB (Red+Green+Blue) = 202+114+110=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 110 (43.36% from 255 or 25.82% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA726E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA726E is #358D91. Grayscale: #8B8B8B. Windows color (decimal): -3509650 or 7238346. OLE color: 7238346.

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

Color convert

RGB202114110-
CMYK00.440.460.21
HSL2.61º46.46%61.18%-
HSV(B)2.61º45.54%79.22%-
XYZ33.1925.7217.97-
YUV139.86111.15172.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.42%
GREEN value IS 114 (44.92% from 255) = 26.76%
BLUE value IS 110 (43.36% from 255) = 25.82%
R=47.42%
G=26.76%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211411000.440.460.212.6146.4661.18
HexCA726E02C2E1532e3d
Octal312162156054562535675
Binary110010101110010110111001011001011101010111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA726E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA726E; }

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

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

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

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

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

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

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

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