#CF879F

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

Shades of Can Can #CF879F

Tints of Can Can #CF879F

Color information

#CF879F (or 0xCF879F) is unknown color: approx Can Can. HEX triplet: CF, 87 and 9F. RGB value is (207,135,159). Sum of RGB (Red+Green+Blue) = 207+135+159=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 135 (53.12% from 255 or 26.95% from 501); Blue value is 159 (62.5% from 255 or 31.74% from 501); Max value from RGB is 207 - color contains mainly: red. Hex color #CF879F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF879F is #307860. Grayscale: #9F9F9F. Windows color (decimal): -3176545 or 10454991. OLE color: 10454991.

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

Color convert

RGB207135159-
CMYK00.350.230.19
HSL340º42.86%67.06%-
HSV(B)340º34.78%81.18%-
XYZ40.6533.137.05-
YUV159.26127.85162.05-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.32%
GREEN value IS 135 (53.12% from 255) = 26.95%
BLUE value IS 159 (62.5% from 255) = 31.74%
R=41.32%
G=26.95%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713515900.350.230.1934042.8667.06
HexCF879F02317131542b43
Octal317207237043272352453103
Binary110011111000011110011111010001110111100111010101001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF879F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF879F; }

 p { color: rgb(207,135,159); }

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

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

 a { background-color: rgb(207,135,159); }

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

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

 span { border-color: rgb(207,135,159); }

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