#CF6E69

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

Shades of Contessa #CF6E69

Tints of Contessa #CF6E69

Color information

#CF6E69 (or 0xCF6E69) is unknown color: approx Contessa. HEX triplet: CF, 6E and 69. RGB value is (207,110,105). Sum of RGB (Red+Green+Blue) = 207+110+105=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 105 (41.41% from 255 or 24.88% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6E69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6E69 is #309196. Grayscale: #8A8A8A. Windows color (decimal): -3182999 or 6909647. OLE color: 6909647.

HSL color Cylindrical-coordinate representation of color #CF6E69: hue angle of 2.94º degrees, saturation: 0.52, 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 #CF6E69 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB207110105-
CMYK00.470.490.19
HSL2.94º51.52%61.18%-
HSV(B)2.94º49.28%81.18%-
XYZ33.8625.4416.49-
YUV138.43109.14176.91-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.05%
GREEN value IS 110 (43.36% from 255) = 26.07%
BLUE value IS 105 (41.41% from 255) = 24.88%
R=49.05%
G=26.07%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711010500.470.490.192.9451.5261.18
HexCF6E6902F31133343d
Octal317156151057612336475
Binary110011111101110110100101011111100011001111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6E69; }

 p { color: rgb(207,110,105); }

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

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

 a { background-color: rgb(207,110,105); }

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

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

 span { border-color: rgb(207,110,105); }

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