#CF879B

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

Shades of Can Can #CF879B

Tints of Can Can #CF879B

Color information

#CF879B (or 0xCF879B) is unknown color: approx Can Can. HEX triplet: CF, 87 and 9B. RGB value is (207,135,155). Sum of RGB (Red+Green+Blue) = 207+135+155=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 135 (53.12% from 255 or 27.16% from 497); Blue value is 155 (60.94% from 255 or 31.19% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CF879B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF879B is #307864. Grayscale: #9E9E9E. Windows color (decimal): -3176549 or 10192847. OLE color: 10192847.

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

Color convert

RGB207135155-
CMYK00.350.250.19
HSL343.33º42.86%67.06%-
HSV(B)343.33º34.78%81.18%-
XYZ40.3132.9635.25-
YUV158.81125.85162.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.65%
GREEN value IS 135 (53.12% from 255) = 27.16%
BLUE value IS 155 (60.94% from 255) = 31.19%
R=41.65%
G=27.16%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713515500.350.250.19343.3342.8667.06
HexCF879B02319131572b43
Octal317207233043312352753103
Binary110011111000011110011011010001111001100111010101111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF879B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF879B; }

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

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

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

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

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

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

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

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