#CE7265

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

Shades of Contessa #CE7265

Tints of Contessa #CE7265

Color information

#CE7265 (or 0xCE7265) is unknown color: approx Contessa. HEX triplet: CE, 72 and 65. RGB value is (206,114,101). Sum of RGB (Red+Green+Blue) = 206+114+101=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 114 (44.92% from 255 or 27.08% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7265 is #318D9A. Grayscale: #8C8C8C. Windows color (decimal): -3247515 or 6648526. OLE color: 6648526.

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

Color convert

RGB206114101-
CMYK00.450.510.19
HSL7.43º51.72%60.2%-
HSV(B)7.43º50.97%80.78%-
XYZ33.8226.115.57-
YUV140.03105.98175.06-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.93%
GREEN value IS 114 (44.92% from 255) = 27.08%
BLUE value IS 101 (39.84% from 255) = 23.99%
R=48.93%
G=27.08%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611410100.450.510.197.4351.7260.2
HexCE726502D33137343c
Octal316162145055632376474
Binary1100111011100101100101010110111001110011111110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7265; }

 p { color: rgb(206,114,101); }

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

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

 a { background-color: rgb(206,114,101); }

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

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

 span { border-color: rgb(206,114,101); }

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