#CA756F

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

Shades of Contessa #CA756F

Tints of Contessa #CA756F

Color information

#CA756F (or 0xCA756F) is unknown color: approx Contessa. HEX triplet: CA, 75 and 6F. RGB value is (202,117,111). Sum of RGB (Red+Green+Blue) = 202+117+111=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA756F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA756F is #358A90. Grayscale: #8D8D8D. Windows color (decimal): -3508881 or 7304650. OLE color: 7304650.

HSL color Cylindrical-coordinate representation of color #CA756F: hue angle of 3.96º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA756F is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB202117111-
CMYK00.420.450.21
HSL3.96º46.19%61.37%-
HSV(B)3.96º45.05%79.22%-
XYZ33.5926.4318.37-
YUV141.73110.66170.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.98%
GREEN value IS 117 (46.09% from 255) = 27.21%
BLUE value IS 111 (43.75% from 255) = 25.81%
R=46.98%
G=27.21%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211711100.420.450.213.9646.1961.37
HexCA756F02A2D1542e3d
Octal312165157052552545675
Binary1100101011101011101111010101010110110101100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA756F; }

 p { color: rgb(202,117,111); }

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

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

 a { background-color: rgb(202,117,111); }

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

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

 span { border-color: rgb(202,117,111); }

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