#CF6D67

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

Shades of Contessa #CF6D67

Tints of Contessa #CF6D67

Color information

#CF6D67 (or 0xCF6D67) is unknown color: approx Contessa. HEX triplet: CF, 6D and 67. RGB value is (207,109,103). Sum of RGB (Red+Green+Blue) = 207+109+103=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 103 (40.62% from 255 or 24.58% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6D67 is #309298. Grayscale: #898989. Windows color (decimal): -3183257 or 6778319. OLE color: 6778319.

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

Color convert

RGB207109103-
CMYK00.470.500.19
HSL3.46º52%60.78%-
HSV(B)3.46º50.24%81.18%-
XYZ33.6525.1815.92-
YUV137.62108.47177.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.40%
GREEN value IS 109 (42.97% from 255) = 26.01%
BLUE value IS 103 (40.62% from 255) = 24.58%
R=49.40%
G=26.01%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710910300.470.500.193.465260.78
HexCF6D6702F32133343d
Octal317155147057622336475
Binary110011111101101110011101011111100101001111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF6D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF6D67; }

 p { color: rgb(207,109,103); }

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

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

 a { background-color: rgb(207,109,103); }

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

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

 span { border-color: rgb(207,109,103); }

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