#CA736D

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

Shades of Contessa #CA736D

Tints of Contessa #CA736D

Color information

#CA736D (or 0xCA736D) is unknown color: approx Contessa. HEX triplet: CA, 73 and 6D. RGB value is (202,115,109). Sum of RGB (Red+Green+Blue) = 202+115+109=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA736D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA736D is #358C92. Grayscale: #8C8C8C. Windows color (decimal): -3509395 or 7173066. OLE color: 7173066.

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

Color convert

RGB202115109-
CMYK00.430.460.21
HSL3.87º46.73%60.98%-
HSV(B)3.87º46.04%79.22%-
XYZ33.2525.9217.72-
YUV140.33110.32171.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.42%
GREEN value IS 115 (45.31% from 255) = 27.00%
BLUE value IS 109 (42.97% from 255) = 25.59%
R=47.42%
G=27.00%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211510900.430.460.213.8746.7360.98
HexCA736D02B2E1542f3d
Octal312163155053562545775
Binary1100101011100111101101010101110111010101100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA736D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA736D; }

 p { color: rgb(202,115,109); }

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

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

 a { background-color: rgb(202,115,109); }

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

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

 span { border-color: rgb(202,115,109); }

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