#CA726A

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

Shades of Contessa #CA726A

Tints of Contessa #CA726A

Color information

#CA726A (or 0xCA726A) is unknown color: approx Contessa. HEX triplet: CA, 72 and 6A. RGB value is (202,114,106). Sum of RGB (Red+Green+Blue) = 202+114+106=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 106 (41.80% from 255 or 25.12% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CA726A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA726A is #358D95. Grayscale: #8B8B8B. Windows color (decimal): -3509654 or 6976202. OLE color: 6976202.

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

Color convert

RGB202114106-
CMYK00.440.480.21
HSL47.52%60.39%-
HSV(B)47.52%79.22%-
XYZ32.9825.6316.85-
YUV139.4109.15172.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.87%
GREEN value IS 114 (44.92% from 255) = 27.01%
BLUE value IS 106 (41.80% from 255) = 25.12%
R=47.87%
G=27.01%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211410600.440.480.21547.5260.39
HexCA726A02C30155303c
Octal312162152054602556074
Binary1100101011100101101010010110011000010101101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA726A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA726A; }

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

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

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

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

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

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

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

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