#CF7065

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

Shades of Contessa #CF7065

Tints of Contessa #CF7065

Color information

#CF7065 (or 0xCF7065) is unknown color: approx Contessa. HEX triplet: CF, 70 and 65. RGB value is (207,112,101). Sum of RGB (Red+Green+Blue) = 207+112+101=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7065 is #308F9A. Grayscale: #8B8B8B. Windows color (decimal): -3182491 or 6648015. OLE color: 6648015.

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

Color convert

RGB207112101-
CMYK00.460.510.19
HSL6.23º52.48%60.39%-
HSV(B)6.23º51.21%81.18%-
XYZ33.8825.7915.51-
YUV139.15106.47176.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.29%
GREEN value IS 112 (44.14% from 255) = 26.67%
BLUE value IS 101 (39.84% from 255) = 24.05%
R=49.29%
G=26.67%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711210100.460.510.196.2352.4860.39
HexCF706502E33136343c
Octal317160145056632366474
Binary1100111111100001100101010111011001110011110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7065; }

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

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

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

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

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

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

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

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