#CE716B

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

Shades of Contessa #CE716B

Tints of Contessa #CE716B

Color information

#CE716B (or 0xCE716B) is unknown color: approx Contessa. HEX triplet: CE, 71 and 6B. RGB value is (206,113,107). Sum of RGB (Red+Green+Blue) = 206+113+107=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE716B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE716B is #318E94. Grayscale: #8C8C8C. Windows color (decimal): -3247765 or 7041486. OLE color: 7041486.

HSL color Cylindrical-coordinate representation of color #CE716B: hue angle of 3.64º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE716B is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB206113107-
CMYK00.450.480.19
HSL3.64º50.25%61.37%-
HSV(B)3.64º48.06%80.78%-
XYZ34.0125.9917.13-
YUV140.12109.31174.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.36%
GREEN value IS 113 (44.53% from 255) = 26.53%
BLUE value IS 107 (42.19% from 255) = 25.12%
R=48.36%
G=26.53%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611310700.450.480.193.6450.2561.37
HexCE716B02D30134323d
Octal316161153055602346275
Binary1100111011100011101011010110111000010011100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE716B; }

 p { color: rgb(206,113,107); }

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

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

 a { background-color: rgb(206,113,107); }

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

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

 span { border-color: rgb(206,113,107); }

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