#CF7268

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

Shades of Contessa #CF7268

Tints of Contessa #CF7268

Color information

#CF7268 (or 0xCF7268) is unknown color: approx Contessa. HEX triplet: CF, 72 and 68. RGB value is (207,114,104). Sum of RGB (Red+Green+Blue) = 207+114+104=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 104 (41.02% from 255 or 24.47% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7268 is #308D97. Grayscale: #8C8C8C. Windows color (decimal): -3181976 or 6845135. OLE color: 6845135.

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

Color convert

RGB207114104-
CMYK00.450.500.19
HSL5.83º51.76%60.98%-
HSV(B)5.83º49.76%81.18%-
XYZ34.2526.316.37-
YUV140.67107.31175.31-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.71%
GREEN value IS 114 (44.92% from 255) = 26.82%
BLUE value IS 104 (41.02% from 255) = 24.47%
R=48.71%
G=26.82%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711410400.450.500.195.8351.7660.98
HexCF726802D32136343d
Octal317162150055622366475
Binary1100111111100101101000010110111001010011110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7268; }

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

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

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

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

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

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

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

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