#cf647a

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

Shades of Cabaret #CF647A

Tints of Cabaret #CF647A

Color information

#CF647A (or 0xCF647A) is unknown color: approx Cabaret. HEX triplet: CF, 64 and 7A. RGB value is (207,100,122). Sum of RGB (Red+Green+Blue) = 207+100+122=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF647A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF647A is #309B85. Grayscale: #868686. Windows color (decimal): -3185542 or 8021199. OLE color: 8021199.

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

Color convert

RGB207100122-
CMYK00.520.410.19
HSL347.66º52.71%60.2%-
HSV(B)347.66º51.69%81.18%-
XYZ33.823.7821.22-
YUV134.5120.95179.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.25%
GREEN value IS 100 (39.45% from 255) = 23.31%
BLUE value IS 122 (48.05% from 255) = 28.44%
R=48.25%
G=23.31%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710012200.520.410.19347.6652.7160.2
HexCF647A034291315c353c
Octal31714417206451235346574
Binary1100111111001001111010011010010100110011101011100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf647a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf647a; }

 p { color: rgb(207,100,122); }

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

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

 a { background-color: rgb(207,100,122); }

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

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

 span { border-color: rgb(207,100,122); }

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