#CA726C

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

Shades of Contessa #CA726C

Tints of Contessa #CA726C

Color information

#CA726C (or 0xCA726C) is unknown color: approx Contessa. HEX triplet: CA, 72 and 6C. RGB value is (202,114,108). Sum of RGB (Red+Green+Blue) = 202+114+108=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA726C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA726C is #358D93. Grayscale: #8B8B8B. Windows color (decimal): -3509652 or 7107274. OLE color: 7107274.

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

Color convert

RGB202114108-
CMYK00.440.470.21
HSL3.83º47%60.78%-
HSV(B)3.83º46.53%79.22%-
XYZ33.0825.6717.4-
YUV139.63110.15172.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.64%
GREEN value IS 114 (44.92% from 255) = 26.89%
BLUE value IS 108 (42.58% from 255) = 25.47%
R=47.64%
G=26.89%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211410800.440.470.213.834760.78
HexCA726C02C2F1542f3d
Octal312162154054572545775
Binary1100101011100101101100010110010111110101100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA726C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA726C; }

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

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

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

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

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

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

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

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