#CA716C

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

Shades of Contessa #CA716C

Tints of Contessa #CA716C

Color information

#CA716C (or 0xCA716C) is unknown color: approx Contessa. HEX triplet: CA, 71 and 6C. RGB value is (202,113,108). Sum of RGB (Red+Green+Blue) = 202+113+108=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 113 (44.53% from 255 or 26.71% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA716C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA716C is #358E93. Grayscale: #8B8B8B. Windows color (decimal): -3509908 or 7107018. OLE color: 7107018.

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

Color convert

RGB202113108-
CMYK00.440.470.21
HSL3.19º47%60.78%-
HSV(B)3.19º46.53%79.22%-
XYZ32.9725.4517.36-
YUV139.04110.49172.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.75%
GREEN value IS 113 (44.53% from 255) = 26.71%
BLUE value IS 108 (42.58% from 255) = 25.53%
R=47.75%
G=26.71%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211310800.440.470.213.194760.78
HexCA716C02C2F1532f3d
Octal312161154054572535775
Binary110010101110001110110001011001011111010111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA716C; }

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

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

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

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

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

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

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

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