#CA736A

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

Shades of Contessa #CA736A

Tints of Contessa #CA736A

Color information

#CA736A (or 0xCA736A) is unknown color: approx Contessa. HEX triplet: CA, 73 and 6A. RGB value is (202,115,106). Sum of RGB (Red+Green+Blue) = 202+115+106=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 106 (41.80% from 255 or 25.06% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA736A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA736A is #358C95. Grayscale: #8C8C8C. Windows color (decimal): -3509398 or 6976458. OLE color: 6976458.

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

Color convert

RGB202115106-
CMYK00.430.480.21
HSL5.63º47.52%60.39%-
HSV(B)5.63º47.52%79.22%-
XYZ33.0925.8616.88-
YUV139.99108.82172.23-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.75%
GREEN value IS 115 (45.31% from 255) = 27.19%
BLUE value IS 106 (41.80% from 255) = 25.06%
R=47.75%
G=27.19%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211510600.430.480.215.6347.5260.39
HexCA736A02B30156303c
Octal312163152053602566074
Binary1100101011100111101010010101111000010101110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA736A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA736A; }

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

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

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

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

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

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

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

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