#CE7269

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

Shades of Contessa #CE7269

Tints of Contessa #CE7269

Color information

#CE7269 (or 0xCE7269) is unknown color: approx Contessa. HEX triplet: CE, 72 and 69. RGB value is (206,114,105). Sum of RGB (Red+Green+Blue) = 206+114+105=425 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.47% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 105 (41.41% from 255 or 24.71% from 425); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7269 is #318D96. Grayscale: #8C8C8C. Windows color (decimal): -3247511 or 6910670. OLE color: 6910670.

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

Color convert

RGB206114105-
CMYK00.450.490.19
HSL5.35º50.75%60.98%-
HSV(B)5.35º49.03%80.78%-
XYZ34.0226.1816.62-
YUV140.48107.98174.73-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.47%
GREEN value IS 114 (44.92% from 255) = 26.82%
BLUE value IS 105 (41.41% from 255) = 24.71%
R=48.47%
G=26.82%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611410500.450.490.195.3550.7560.98
HexCE726902D31135333d
Octal316162151055612356375
Binary1100111011100101101001010110111000110011101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7269; }

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

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

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

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

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

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

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

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