#CF736B

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

Shades of Contessa #CF736B

Tints of Contessa #CF736B

Color information

#CF736B (or 0xCF736B) is unknown color: approx Contessa. HEX triplet: CF, 73 and 6B. RGB value is (207,115,107). Sum of RGB (Red+Green+Blue) = 207+115+107=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF736B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF736B is #308C94. Grayscale: #8D8D8D. Windows color (decimal): -3181717 or 7041999. OLE color: 7041999.

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

Color convert

RGB207115107-
CMYK00.440.480.19
HSL4.8º51.02%61.57%-
HSV(B)4.8º48.31%81.18%-
XYZ34.5226.5917.22-
YUV141.6108.48174.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.25%
GREEN value IS 115 (45.31% from 255) = 26.81%
BLUE value IS 107 (42.19% from 255) = 24.94%
R=48.25%
G=26.81%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20711510700.440.480.194.851.0261.57
HexCF736B02C30135333e
Octal317163153054602356376
Binary1100111111100111101011010110011000010011101110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF736B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF736B; }

 p { color: rgb(207,115,107); }

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

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

 a { background-color: rgb(207,115,107); }

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

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

 span { border-color: rgb(207,115,107); }

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