#cf7269

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

Shades of Contessa #CF7269

Tints of Contessa #CF7269

Color information

#CF7269 (or 0xCF7269) is unknown color: approx Contessa. HEX triplet: CF, 72 and 69. RGB value is (207,114,105). Sum of RGB (Red+Green+Blue) = 207+114+105=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 105 (41.41% from 255 or 24.65% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7269 is #308D96. Grayscale: #8C8C8C. Windows color (decimal): -3181975 or 6910671. OLE color: 6910671.

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

Color convert

RGB207114105-
CMYK00.450.490.19
HSL5.29º51.52%61.18%-
HSV(B)5.29º49.28%81.18%-
XYZ34.326.3216.64-
YUV140.78107.81175.23-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.59%
GREEN value IS 114 (44.92% from 255) = 26.76%
BLUE value IS 105 (41.41% from 255) = 24.65%
R=48.59%
G=26.76%
B=24.65%

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
Decimal20711410500.450.490.195.2951.5261.18
HexCF726902D31135343d
Octal317162151055612356475
Binary1100111111100101101001010110111000110011101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf7269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf7269; }

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

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

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

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

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

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

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

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