#CA726B

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

Shades of Contessa #CA726B

Tints of Contessa #CA726B

Color information

#CA726B (or 0xCA726B) is unknown color: approx Contessa. HEX triplet: CA, 72 and 6B. RGB value is (202,114,107). Sum of RGB (Red+Green+Blue) = 202+114+107=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA726B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA726B is #358D94. Grayscale: #8B8B8B. Windows color (decimal): -3509653 or 7041738. OLE color: 7041738.

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

Color convert

RGB202114107-
CMYK00.440.470.21
HSL4.42º47.26%60.59%-
HSV(B)4.42º47.03%79.22%-
XYZ33.0325.6517.12-
YUV139.51109.65172.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.75%
GREEN value IS 114 (44.92% from 255) = 26.95%
BLUE value IS 107 (42.19% from 255) = 25.30%
R=47.75%
G=26.95%
B=25.30%

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
Decimal20211410700.440.470.214.4247.2660.59
HexCA726B02C2F1542f3d
Octal312162153054572545775
Binary1100101011100101101011010110010111110101100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA726B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA726B; }

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

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

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

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

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

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

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

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