#CA736C

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

Shades of Contessa #CA736C

Tints of Contessa #CA736C

Color information

#CA736C (or 0xCA736C) is unknown color: approx Contessa. HEX triplet: CA, 73 and 6C. RGB value is (202,115,108). Sum of RGB (Red+Green+Blue) = 202+115+108=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA736C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA736C is #358C93. Grayscale: #8C8C8C. Windows color (decimal): -3509396 or 7107530. OLE color: 7107530.

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

Color convert

RGB202115108-
CMYK00.430.470.21
HSL4.47º47%60.78%-
HSV(B)4.47º46.53%79.22%-
XYZ33.1925.917.44-
YUV140.22109.82172.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.53%
GREEN value IS 115 (45.31% from 255) = 27.06%
BLUE value IS 108 (42.58% from 255) = 25.41%
R=47.53%
G=27.06%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211510800.430.470.214.474760.78
HexCA736C02B2F1542f3d
Octal312163154053572545775
Binary1100101011100111101100010101110111110101100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA736C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA736C; }

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

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

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

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

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

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

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

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