#CF7570

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

Shades of Contessa #CF7570

Tints of Contessa #CF7570

Color information

#CF7570 (or 0xCF7570) is unknown color: approx Contessa. HEX triplet: CF, 75 and 70. RGB value is (207,117,112). Sum of RGB (Red+Green+Blue) = 207+117+112=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 112 (44.14% from 255 or 25.69% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7570 is #308A8F. Grayscale: #8F8F8F. Windows color (decimal): -3181200 or 7370191. OLE color: 7370191.

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

Color convert

RGB207117112-
CMYK00.430.460.19
HSL3.16º49.74%62.55%-
HSV(B)3.16º45.89%81.18%-
XYZ35.0227.1618.73-
YUV143.34110.32173.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.48%
GREEN value IS 117 (46.09% from 255) = 26.83%
BLUE value IS 112 (44.14% from 255) = 25.69%
R=47.48%
G=26.83%
B=25.69%

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
Decimal20711711200.430.460.193.1649.7462.55
HexCF757002B2E133323f
Octal317165160053562336277
Binary110011111110101111000001010111011101001111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7570; }

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

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

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

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

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

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

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

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