#CF7670

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

Shades of Contessa #CF7670

Tints of Contessa #CF7670

Color information

#CF7670 (or 0xCF7670) is unknown color: approx Contessa. HEX triplet: CF, 76 and 70. RGB value is (207,118,112). Sum of RGB (Red+Green+Blue) = 207+118+112=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7670 is #30898F. Grayscale: #909090. Windows color (decimal): -3180944 or 7370447. OLE color: 7370447.

HSL color Cylindrical-coordinate representation of color #CF7670: hue angle of 3.79º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF7670 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB207118112-
CMYK00.430.460.19
HSL3.79º49.74%62.55%-
HSV(B)3.79º45.89%81.18%-
XYZ35.1427.3918.76-
YUV143.93109.99172.99-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.37%
GREEN value IS 118 (46.48% from 255) = 27.00%
BLUE value IS 112 (44.14% from 255) = 25.63%
R=47.37%
G=27.00%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711811200.430.460.193.7949.7462.55
HexCF767002B2E134323f
Octal317166160053562346277
Binary1100111111101101110000010101110111010011100110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7670; }

 p { color: rgb(207,118,112); }

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

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

 a { background-color: rgb(207,118,112); }

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

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

 span { border-color: rgb(207,118,112); }

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